Html Css Color HEX #B0B32A Earls Green

📋 copy color: '#B0B32A'

red 176 ◦ green 179 ◦ blue 42

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

Shades of Earls Green #B0B32A

Tints of Earls Green #B0B32A

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

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

R = 44.33%
G = 45.09%
B = 10.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B0B32A (or 0xB0B32A) is known color: Earls Green. HEX triplet: B0, B3 and 2A. RGB value is (176,179,42). Sum of RGB (Red+Green+Blue) = 176+179+42=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B32A is #4F4CD5. Grayscale: #A3A3A3. Windows color (decimal): -5197014 or 2798512. OLE color: 2798512.

HSL color Cylindrical-coordinate representation of color #B0B32A: hue angle of 61.31º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0B32A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 42 -
CMYK 0.02 0 0.77 0.30
HSL 61.31º 0.62% 0.43% -
HSV(B) 61.31º 0.77% 0.7% -
XYZ 34.44 41.64 8.41 -
YUV 162.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 176 179 42 0.02 0 0.77 0.30 61.31 0.62 0.43
Hex B0 B3 2A 2 0 4D 1E 3D 3E 2B
Octal 260 263 52 2 0 115 36 75 76 53
Binary 10110000 10110011 101010 10 0 1001101 11110 111101 111110 101011

Color Harmonies of #B0B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B32A

Black with #B0B32A

Text Example


Text Example

White with #B0B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B32A; }

 p { color: rgb(176,179,42); }

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

background-color css

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

 a { background-color: rgb(176,179,42); }

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

border-color css

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

 span { border-color: rgb(176,179,42); }

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