Html Css Color HEX #BDB12B Earls Green

📋 copy color: '#BDB12B'

red 189 ◦ green 177 ◦ blue 43

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

Shades of Earls Green #BDB12B

Tints of Earls Green #BDB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 46.21%
G = 43.28%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB12B (or 0xBDB12B) is known color: Earls Green. HEX triplet: BD, B1 and 2B. RGB value is (189,177,43). Sum of RGB (Red+Green+Blue) = 189+177+43=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB12B is #424ED4. Grayscale: #A5A5A5. Windows color (decimal): -4345557 or 2863549. OLE color: 2863549.

HSL color Cylindrical-coordinate representation of color #BDB12B: hue angle of 55.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB12B is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 43 -
CMYK 0 0.06 0.77 0.26
HSL 55.07º 0.63% 0.45% -
HSV(B) 55.07º 0.77% 0.74% -
XYZ 37.14 42.44 8.52 -
YUV 165.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 189 177 43 0 0.06 0.77 0.26 55.07 0.63 0.45
Hex BD B1 2B 0 6 4D 1A 37 3F 2D
Octal 275 261 53 0 6 115 32 67 77 55
Binary 10111101 10110001 101011 0 110 1001101 11010 110111 111111 101101

Color Harmonies of #BDB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB12B

Black with #BDB12B

Text Example


Text Example

White with #BDB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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