Html Css Color HEX #BDB331 Earls Green

📋 copy color: '#BDB331'

red 189 ◦ green 179 ◦ blue 49

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

Shades of Earls Green #BDB331

Tints of Earls Green #BDB331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 45.32%
G = 42.93%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB331 (or 0xBDB331) is known color: Earls Green. HEX triplet: BD, B3 and 31. RGB value is (189,179,49). Sum of RGB (Red+Green+Blue) = 189+179+49=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB331 is #424CCE. Grayscale: #A7A7A7. Windows color (decimal): -4345039 or 3257277. OLE color: 3257277.

HSL color Cylindrical-coordinate representation of color #BDB331: hue angle of 55.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB331 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 49 -
CMYK 0 0.05 0.74 0.26
HSL 55.71º 0.59% 0.47% -
HSV(B) 55.71º 0.74% 0.74% -
XYZ 37.66 43.28 9.27 -
YUV 167.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 189 179 49 0 0.05 0.74 0.26 55.71 0.59 0.47
Hex BD B3 31 0 5 4A 1A 38 3B 2F
Octal 275 263 61 0 5 112 32 70 73 57
Binary 10111101 10110011 110001 0 101 1001010 11010 111000 111011 101111

Color Harmonies of #BDB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB331

Black with #BDB331

Text Example


Text Example

White with #BDB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB331; }

 p { color: rgb(189,179,49); }

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

background-color css

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

 a { background-color: rgb(189,179,49); }

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

border-color css

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

 span { border-color: rgb(189,179,49); }

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