Html Css Color HEX #BDB621 Earls Green

📋 copy color: '#BDB621'

red 189 ◦ green 182 ◦ blue 33

#BDB621
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDB621

Tints of Earls Green #BDB621

RGB

 RED value IS 189 (74.22% from 255) = 46.78%

 GREEN value IS 182 (71.48% from 255) = 45.05%

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 46.78%
G = 45.05%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB621 (or 0xBDB621) is known color: Earls Green. HEX triplet: BD, B6 and 21. RGB value is (189,182,33). Sum of RGB (Red+Green+Blue) = 189+182+33=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB621 is #4249DE. Grayscale: #A7A7A7. Windows color (decimal): -4344287 or 2209469. OLE color: 2209469.

HSL color Cylindrical-coordinate representation of color #BDB621: hue angle of 57.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB621 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 33 -
CMYK 0 0.04 0.83 0.26
HSL 57.31º 0.7% 0.44% -
HSV(B) 57.31º 0.83% 0.74% -
XYZ 37.99 44.38 8 -
YUV 167.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 189 182 33 0 0.04 0.83 0.26 57.31 0.7 0.44
Hex BD B6 21 0 4 53 1A 39 46 2C
Octal 275 266 41 0 4 123 32 71 106 54
Binary 10111101 10110110 100001 0 100 1010011 11010 111001 1000110 101100

Color Harmonies of #BDB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB621

Black with #BDB621

Text Example


Text Example

White with #BDB621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB621; }

 p { color: rgb(189,182,33); }

 H1.HeaderClassName
 {
   color: #BDB621;
 }
 .AnyTagClassName
 {
   color: #BDB621;
 }
</style>

background-color css

<style>
 a { background-color: #BDB621; }

 a { background-color: rgb(189,182,33); }

 div.DivClassName
 {
   background-color: #BDB621;
 }
 .BgClassName
 {
   background-color: #BDB621;
 }
</style>

border-color css

<style>
 span { border-color: #BDB621; }

 span { border-color: rgb(189,182,33); }

 td.TdClassName
 {
   border-color: #BDB621;
 }
 .TagClassName
 {
   border-color: #BDB621;
 }
</style>