Html Css Color HEX #B5B421 Earls Green

📋 copy color: '#B5B421'

red 181 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #B5B421

Tints of Earls Green #B5B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

 BLUE value IS 33 (13.28% from 255) = 8.38%

R = 45.94%
G = 45.69%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B5B421 (or 0xB5B421) is known color: Earls Green. HEX triplet: B5, B4 and 21. RGB value is (181,180,33). Sum of RGB (Red+Green+Blue) = 181+180+33=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B421 is #4A4BDE. Grayscale: #A4A4A4. Windows color (decimal): -4869087 or 2208949. OLE color: 2208949.

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

Color convert

RGB 181 180 33 -
CMYK 0 0.01 0.82 0.29
HSL 59.59º 0.69% 0.42% -
HSV(B) 59.59º 0.82% 0.71% -
XYZ 35.65 42.58 7.78 -
YUV 163.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 181 180 33 0 0.01 0.82 0.29 59.59 0.69 0.42
Hex B5 B4 21 0 1 52 1D 3C 45 2A
Octal 265 264 41 0 1 122 35 74 105 52
Binary 10110101 10110100 100001 0 1 1010010 11101 111100 1000101 101010

Color Harmonies of #B5B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B421

Black with #B5B421

Text Example


Text Example

White with #B5B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B421; }

 p { color: rgb(181,180,33); }

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

background-color css

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

 a { background-color: rgb(181,180,33); }

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

border-color css

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

 span { border-color: rgb(181,180,33); }

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