Html Css Color HEX #B4B52A Earls Green

📋 copy color: '#B4B52A'

red 180 ◦ green 181 ◦ blue 42

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

Shades of Earls Green #B4B52A

Tints of Earls Green #B4B52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 44.67%
G = 44.91%
B = 10.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4B52A (or 0xB4B52A) is known color: Earls Green. HEX triplet: B4, B5 and 2A. RGB value is (180,181,42). Sum of RGB (Red+Green+Blue) = 180+181+42=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B52A is #4B4AD5. Grayscale: #A5A5A5. Windows color (decimal): -4934358 or 2799028. OLE color: 2799028.

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

Color convert

RGB 180 181 42 -
CMYK 0.01 0 0.77 0.29
HSL 60.43º 0.62% 0.44% -
HSV(B) 60.43º 0.77% 0.71% -
XYZ 35.76 42.92 8.59 -
YUV 164.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 180 181 42 0.01 0 0.77 0.29 60.43 0.62 0.44
Hex B4 B5 2A 1 0 4D 1D 3C 3E 2C
Octal 264 265 52 1 0 115 35 74 76 54
Binary 10110100 10110101 101010 1 0 1001101 11101 111100 111110 101100

Color Harmonies of #B4B52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B52A

Black with #B4B52A

Text Example


Text Example

White with #B4B52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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