Html Css Color HEX #BDB121 Earls Green

📋 copy color: '#BDB121'

red 189 ◦ green 177 ◦ blue 33

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

Shades of Earls Green #BDB121

Tints of Earls Green #BDB121

RGB

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

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

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

R = 47.37%
G = 44.36%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB121 (or 0xBDB121) is known color: Earls Green. HEX triplet: BD, B1 and 21. RGB value is (189,177,33). Sum of RGB (Red+Green+Blue) = 189+177+33=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB121 is #424EDE. Grayscale: #A4A4A4. Windows color (decimal): -4345567 or 2208189. OLE color: 2208189.

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

Color convert

RGB 189 177 33 -
CMYK 0 0.06 0.83 0.26
HSL 55.38º 0.7% 0.44% -
HSV(B) 55.38º 0.83% 0.74% -
XYZ 36.98 42.37 7.67 -
YUV 164.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 189 177 33 0 0.06 0.83 0.26 55.38 0.7 0.44
Hex BD B1 21 0 6 53 1A 37 46 2C
Octal 275 261 41 0 6 123 32 67 106 54
Binary 10111101 10110001 100001 0 110 1010011 11010 110111 1000110 101100

Color Harmonies of #BDB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB121

Black with #BDB121

Text Example


Text Example

White with #BDB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB121; }

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

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

background-color css

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

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

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

border-color css

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

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

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