Html Css Color HEX #BDB131 Earls Green

📋 copy color: '#BDB131'

red 189 ◦ green 177 ◦ blue 49

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

Shades of Earls Green #BDB131

Tints of Earls Green #BDB131

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 45.54%
G = 42.65%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB131 (or 0xBDB131) is known color: Earls Green. HEX triplet: BD, B1 and 31. RGB value is (189,177,49). Sum of RGB (Red+Green+Blue) = 189+177+49=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB131 is #424ECE. Grayscale: #A6A6A6. Windows color (decimal): -4345551 or 3256765. OLE color: 3256765.

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

Color convert

RGB 189 177 49 -
CMYK 0 0.06 0.74 0.26
HSL 54.86º 0.59% 0.47% -
HSV(B) 54.86º 0.74% 0.74% -
XYZ 37.26 42.48 9.14 -
YUV 166 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 189 177 49 0 0.06 0.74 0.26 54.86 0.59 0.47
Hex BD B1 31 0 6 4A 1A 37 3B 2F
Octal 275 261 61 0 6 112 32 67 73 57
Binary 10111101 10110001 110001 0 110 1001010 11010 110111 111011 101111

Color Harmonies of #BDB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB131

Black with #BDB131

Text Example


Text Example

White with #BDB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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