Html Css Color HEX #B4B431 Earls Green

📋 copy color: '#B4B431'

red 180 ◦ green 180 ◦ blue 49

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

Shades of Earls Green #B4B431

Tints of Earls Green #B4B431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.98%

R = 44.01%
G = 44.01%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B4B431 (or 0xB4B431) is known color: Earls Green. HEX triplet: B4, B4 and 31. RGB value is (180,180,49). Sum of RGB (Red+Green+Blue) = 180+180+49=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B431 is #4B4BCE. Grayscale: #A5A5A5. Windows color (decimal): -4934607 or 3257524. OLE color: 3257524.

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

Color convert

RGB 180 180 49 -
CMYK 0 0 0.73 0.29
HSL 60º 0.57% 0.45% -
HSV(B) 60º 0.73% 0.71% -
XYZ 35.7 42.57 9.24 -
YUV 165.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 180 180 49 0 0 0.73 0.29 60 0.57 0.45
Hex B4 B4 31 0 0 49 1D 3C 39 2D
Octal 264 264 61 0 0 111 35 74 71 55
Binary 10110100 10110100 110001 0 0 1001001 11101 111100 111001 101101

Color Harmonies of #B4B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B431

Black with #B4B431

Text Example


Text Example

White with #B4B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B431; }

 p { color: rgb(180,180,49); }

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

background-color css

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

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

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

border-color css

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

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

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