Html Css Color HEX #B1B32A Earls Green

📋 copy color: '#B1B32A'

red 177 ◦ green 179 ◦ blue 42

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

Shades of Earls Green #B1B32A

Tints of Earls Green #B1B32A

RGB

 RED value IS 177 (69.53% from 255) = 44.47%

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

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

R = 44.47%
G = 44.97%
B = 10.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B1B32A (or 0xB1B32A) is known color: Earls Green. HEX triplet: B1, B3 and 2A. RGB value is (177,179,42). Sum of RGB (Red+Green+Blue) = 177+179+42=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B32A is #4E4CD5. Grayscale: #A3A3A3. Windows color (decimal): -5131478 or 2798513. OLE color: 2798513.

HSL color Cylindrical-coordinate representation of color #B1B32A: hue angle of 60.88º 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 #B1B32A is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 179 42 -
CMYK 0.01 0 0.77 0.30
HSL 60.88º 0.62% 0.43% -
HSV(B) 60.88º 0.77% 0.7% -
XYZ 34.67 41.75 8.42 -
YUV 162.78 59.84 138.14 -
System Red Green Blue C M Y K H S L
Decimal 177 179 42 0.01 0 0.77 0.30 60.88 0.62 0.43
Hex B1 B3 2A 1 0 4D 1E 3D 3E 2B
Octal 261 263 52 1 0 115 36 75 76 53
Binary 10110001 10110011 101010 1 0 1001101 11110 111101 111110 101011

Color Harmonies of #B1B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B32A

Black with #B1B32A

Text Example


Text Example

White with #B1B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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