Html Css Color HEX #B0AE26 Earls Green

📋 copy color: '#B0AE26'

red 176 ◦ green 174 ◦ blue 38

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

Shades of Earls Green #B0AE26

Tints of Earls Green #B0AE26

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

 GREEN value IS 174 (68.36% from 255) = 44.85%

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

R = 45.36%
G = 44.85%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B0AE26 (or 0xB0AE26) is known color: Earls Green. HEX triplet: B0, AE and 26. RGB value is (176,174,38). Sum of RGB (Red+Green+Blue) = 176+174+38=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE26 is #4F51D9. Grayscale: #9F9F9F. Windows color (decimal): -5198298 or 2535088. OLE color: 2535088.

HSL color Cylindrical-coordinate representation of color #B0AE26: hue angle of 59.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0AE26 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 174 38 -
CMYK 0 0.01 0.78 0.31
HSL 59.13º 0.64% 0.42% -
HSV(B) 59.13º 0.78% 0.69% -
XYZ 33.39 39.64 7.73 -
YUV 159.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 176 174 38 0 0.01 0.78 0.31 59.13 0.64 0.42
Hex B0 AE 26 0 1 4E 1F 3B 40 2A
Octal 260 256 46 0 1 116 37 73 100 52
Binary 10110000 10101110 100110 0 1 1001110 11111 111011 1000000 101010

Color Harmonies of #B0AE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AE26

Black with #B0AE26

Text Example


Text Example

White with #B0AE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AE26; }

 p { color: rgb(176,174,38); }

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

background-color css

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

 a { background-color: rgb(176,174,38); }

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

border-color css

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

 span { border-color: rgb(176,174,38); }

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