Html Css Color HEX #B5AE2B Earls Green

📋 copy color: '#B5AE2B'

red 181 ◦ green 174 ◦ blue 43

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

Shades of Earls Green #B5AE2B

Tints of Earls Green #B5AE2B

RGB

 RED value IS 181 (71.09% from 255) = 45.48%

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

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

R = 45.48%
G = 43.72%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5AE2B (or 0xB5AE2B) is known color: Earls Green. HEX triplet: B5, AE and 2B. RGB value is (181,174,43). Sum of RGB (Red+Green+Blue) = 181+174+43=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AE2B is #4A51D4. Grayscale: #A1A1A1. Windows color (decimal): -4870613 or 2862773. OLE color: 2862773.

HSL color Cylindrical-coordinate representation of color #B5AE2B: hue angle of 56.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5AE2B is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 174 43 -
CMYK 0 0.04 0.76 0.29
HSL 56.96º 0.62% 0.44% -
HSV(B) 56.96º 0.76% 0.71% -
XYZ 34.63 40.27 8.23 -
YUV 161.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 181 174 43 0 0.04 0.76 0.29 56.96 0.62 0.44
Hex B5 AE 2B 0 4 4C 1D 39 3E 2C
Octal 265 256 53 0 4 114 35 71 76 54
Binary 10110101 10101110 101011 0 100 1001100 11101 111001 111110 101100

Color Harmonies of #B5AE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AE2B

Black with #B5AE2B

Text Example


Text Example

White with #B5AE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AE2B; }

 p { color: rgb(181,174,43); }

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

background-color css

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

 a { background-color: rgb(181,174,43); }

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

border-color css

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

 span { border-color: rgb(181,174,43); }

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