Html Css Color HEX #BDB531 Earls Green

📋 copy color: '#BDB531'

red 189 ◦ green 181 ◦ blue 49

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

Shades of Earls Green #BDB531

Tints of Earls Green #BDB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

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

R = 45.11%
G = 43.2%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB531 (or 0xBDB531) is known color: Earls Green. HEX triplet: BD, B5 and 31. RGB value is (189,181,49). Sum of RGB (Red+Green+Blue) = 189+181+49=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB531 is #424ACE. Grayscale: #A8A8A8. Windows color (decimal): -4344527 or 3257789. OLE color: 3257789.

HSL color Cylindrical-coordinate representation of color #BDB531: hue angle of 56.57º 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 #BDB531 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 49 -
CMYK 0 0.04 0.74 0.26
HSL 56.57º 0.59% 0.47% -
HSV(B) 56.57º 0.74% 0.74% -
XYZ 38.06 44.09 9.41 -
YUV 168.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 189 181 49 0 0.04 0.74 0.26 56.57 0.59 0.47
Hex BD B5 31 0 4 4A 1A 39 3B 2F
Octal 275 265 61 0 4 112 32 71 73 57
Binary 10111101 10110101 110001 0 100 1001010 11010 111001 111011 101111

Color Harmonies of #BDB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB531

Black with #BDB531

Text Example


Text Example

White with #BDB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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