Html Css Color HEX #BDB128 Earls Green

📋 copy color: '#BDB128'

red 189 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #BDB128

Tints of Earls Green #BDB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 46.55%
G = 43.6%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB128 (or 0xBDB128) is known color: Earls Green. HEX triplet: BD, B1 and 28. RGB value is (189,177,40). Sum of RGB (Red+Green+Blue) = 189+177+40=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB128 is #424ED7. Grayscale: #A5A5A5. Windows color (decimal): -4345560 or 2666941. OLE color: 2666941.

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

Color convert

RGB 189 177 40 -
CMYK 0 0.06 0.79 0.26
HSL 55.17º 0.65% 0.45% -
HSV(B) 55.17º 0.79% 0.74% -
XYZ 37.09 42.42 8.24 -
YUV 164.97 57.48 145.14 -
System Red Green Blue C M Y K H S L
Decimal 189 177 40 0 0.06 0.79 0.26 55.17 0.65 0.45
Hex BD B1 28 0 6 4F 1A 37 41 2D
Octal 275 261 50 0 6 117 32 67 101 55
Binary 10111101 10110001 101000 0 110 1001111 11010 110111 1000001 101101

Color Harmonies of #BDB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB128

Black with #BDB128

Text Example


Text Example

White with #BDB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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