Html Css Color HEX #B4B120 Earls Green

📋 copy color: '#B4B120'

red 180 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #B4B120

Tints of Earls Green #B4B120

RGB

 RED value IS 180 (70.7% from 255) = 46.27%

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

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 46.27%
G = 45.5%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B4B120 (or 0xB4B120) is known color: Earls Green. HEX triplet: B4, B1 and 20. RGB value is (180,177,32). Sum of RGB (Red+Green+Blue) = 180+177+32=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B120 is #4B4EDF. Grayscale: #A1A1A1. Windows color (decimal): -4935392 or 2142644. OLE color: 2142644.

HSL color Cylindrical-coordinate representation of color #B4B120: hue angle of 58.78º degrees, saturation: 0.7, 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 #B4B120 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 32 -
CMYK 0 0.02 0.82 0.29
HSL 58.78º 0.7% 0.42% -
HSV(B) 58.78º 0.82% 0.71% -
XYZ 34.81 41.25 7.49 -
YUV 161.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 180 177 32 0 0.02 0.82 0.29 58.78 0.7 0.42
Hex B4 B1 20 0 2 52 1D 3B 46 2A
Octal 264 261 40 0 2 122 35 73 106 52
Binary 10110100 10110001 100000 0 10 1010010 11101 111011 1000110 101010

Color Harmonies of #B4B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B120

Black with #B4B120

Text Example


Text Example

White with #B4B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B120; }

 p { color: rgb(180,177,32); }

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

background-color css

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

 a { background-color: rgb(180,177,32); }

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

border-color css

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

 span { border-color: rgb(180,177,32); }

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