Html Css Color HEX #BDB431 Earls Green

📋 copy color: '#BDB431'

red 189 ◦ green 180 ◦ blue 49

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

Shades of Earls Green #BDB431

Tints of Earls Green #BDB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 45.22%
G = 43.06%
B = 11.72%

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

#BDB431 (or 0xBDB431) is known color: Earls Green. HEX triplet: BD, B4 and 31. RGB value is (189,180,49). Sum of RGB (Red+Green+Blue) = 189+180+49=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB431 is #424BCE. Grayscale: #A8A8A8. Windows color (decimal): -4344783 or 3257533. OLE color: 3257533.

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

Color convert

RGB 189 180 49 -
CMYK 0 0.05 0.74 0.26
HSL 56.14º 0.59% 0.47% -
HSV(B) 56.14º 0.74% 0.74% -
XYZ 37.86 43.68 9.34 -
YUV 167.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 189 180 49 0 0.05 0.74 0.26 56.14 0.59 0.47
Hex BD B4 31 0 5 4A 1A 38 3B 2F
Octal 275 264 61 0 5 112 32 70 73 57
Binary 10111101 10110100 110001 0 101 1001010 11010 111000 111011 101111

Color Harmonies of #BDB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB431

Black with #BDB431

Text Example


Text Example

White with #BDB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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