Html Css Color HEX #B5B02E Earls Green

📋 copy color: '#B5B02E'

red 181 ◦ green 176 ◦ blue 46

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

Shades of Earls Green #B5B02E

Tints of Earls Green #B5B02E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 44.91%
G = 43.67%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5B02E (or 0xB5B02E) is known color: Earls Green. HEX triplet: B5, B0 and 2E. RGB value is (181,176,46). Sum of RGB (Red+Green+Blue) = 181+176+46=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B02E is #4A4FD1. Grayscale: #A3A3A3. Windows color (decimal): -4870098 or 3059893. OLE color: 3059893.

HSL color Cylindrical-coordinate representation of color #B5B02E: hue angle of 57.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5B02E is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 176 46 -
CMYK 0 0.03 0.75 0.29
HSL 57.78º 0.59% 0.45% -
HSV(B) 57.78º 0.75% 0.71% -
XYZ 35.07 41.07 8.66 -
YUV 162.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 181 176 46 0 0.03 0.75 0.29 57.78 0.59 0.45
Hex B5 B0 2E 0 3 4B 1D 3A 3B 2D
Octal 265 260 56 0 3 113 35 72 73 55
Binary 10110101 10110000 101110 0 11 1001011 11101 111010 111011 101101

Color Harmonies of #B5B02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B02E

Black with #B5B02E

Text Example


Text Example

White with #B5B02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B02E; }

 p { color: rgb(181,176,46); }

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

background-color css

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

 a { background-color: rgb(181,176,46); }

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

border-color css

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

 span { border-color: rgb(181,176,46); }

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