Html Css Color HEX #BDB126 Earls Green

📋 copy color: '#BDB126'

red 189 ◦ green 177 ◦ blue 38

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

Shades of Earls Green #BDB126

Tints of Earls Green #BDB126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 46.78%
G = 43.81%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB126 (or 0xBDB126) is known color: Earls Green. HEX triplet: BD, B1 and 26. RGB value is (189,177,38). Sum of RGB (Red+Green+Blue) = 189+177+38=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB126 is #424ED9. Grayscale: #A5A5A5. Windows color (decimal): -4345562 or 2535869. OLE color: 2535869.

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

Color convert

RGB 189 177 38 -
CMYK 0 0.06 0.80 0.26
HSL 55.23º 0.67% 0.45% -
HSV(B) 55.23º 0.8% 0.74% -
XYZ 37.06 42.4 8.07 -
YUV 164.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 189 177 38 0 0.06 0.80 0.26 55.23 0.67 0.45
Hex BD B1 26 0 6 50 1A 37 43 2D
Octal 275 261 46 0 6 120 32 67 103 55
Binary 10111101 10110001 100110 0 110 1010000 11010 110111 1000011 101101

Color Harmonies of #BDB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB126

Black with #BDB126

Text Example


Text Example

White with #BDB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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