Html Css Color HEX #B4B32F Earls Green

📋 copy color: '#B4B32F'

red 180 ◦ green 179 ◦ blue 47

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

Shades of Earls Green #B4B32F

Tints of Earls Green #B4B32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 44.33%
G = 44.09%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4B32F (or 0xB4B32F) is known color: Earls Green. HEX triplet: B4, B3 and 2F. RGB value is (180,179,47). Sum of RGB (Red+Green+Blue) = 180+179+47=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B32F is #4B4CD0. Grayscale: #A4A4A4. Windows color (decimal): -4934865 or 3126196. OLE color: 3126196.

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

Color convert

RGB 180 179 47 -
CMYK 0 0.01 0.74 0.29
HSL 59.55º 0.59% 0.45% -
HSV(B) 59.55º 0.74% 0.71% -
XYZ 35.46 42.15 8.96 -
YUV 164.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 180 179 47 0 0.01 0.74 0.29 59.55 0.59 0.45
Hex B4 B3 2F 0 1 4A 1D 3C 3B 2D
Octal 264 263 57 0 1 112 35 74 73 55
Binary 10110100 10110011 101111 0 1 1001010 11101 111100 111011 101101

Color Harmonies of #B4B32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B32F

Black with #B4B32F

Text Example


Text Example

White with #B4B32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B32F; }

 p { color: rgb(180,179,47); }

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

background-color css

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

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

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

border-color css

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

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

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