Html Css Color HEX #B1B32D Earls Green

📋 copy color: '#B1B32D'

red 177 ◦ green 179 ◦ blue 45

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

Shades of Earls Green #B1B32D

Tints of Earls Green #B1B32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 44.14%
G = 44.64%
B = 11.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B1B32D (or 0xB1B32D) is known color: Earls Green. HEX triplet: B1, B3 and 2D. RGB value is (177,179,45). Sum of RGB (Red+Green+Blue) = 177+179+45=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B32D is #4E4CD2. Grayscale: #A3A3A3. Windows color (decimal): -5131475 or 2995121. OLE color: 2995121.

HSL color Cylindrical-coordinate representation of color #B1B32D: hue angle of 60.9º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1B32D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 179 45 -
CMYK 0.01 0 0.75 0.30
HSL 60.9º 0.6% 0.44% -
HSV(B) 60.9º 0.75% 0.7% -
XYZ 34.73 41.78 8.72 -
YUV 163.13 61.34 137.9 -
System Red Green Blue C M Y K H S L
Decimal 177 179 45 0.01 0 0.75 0.30 60.9 0.6 0.44
Hex B1 B3 2D 1 0 4B 1E 3D 3C 2C
Octal 261 263 55 1 0 113 36 75 74 54
Binary 10110001 10110011 101101 1 0 1001011 11110 111101 111100 101100

Color Harmonies of #B1B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B32D

Black with #B1B32D

Text Example


Text Example

White with #B1B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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