Html Css Color HEX #B1B032 Earls Green

📋 copy color: '#B1B032'

red 177 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #B1B032

Tints of Earls Green #B1B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 43.92%
G = 43.67%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1B032 (or 0xB1B032) is known color: Earls Green. HEX triplet: B1, B0 and 32. RGB value is (177,176,50). Sum of RGB (Red+Green+Blue) = 177+176+50=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B032 is #4E4FCD. Grayscale: #A2A2A2. Windows color (decimal): -5132238 or 3322033. OLE color: 3322033.

HSL color Cylindrical-coordinate representation of color #B1B032: hue angle of 59.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1B032 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 176 50 -
CMYK 0 0.01 0.72 0.31
HSL 59.53º 0.56% 0.45% -
HSV(B) 59.53º 0.72% 0.69% -
XYZ 34.23 40.63 9.06 -
YUV 161.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 177 176 50 0 0.01 0.72 0.31 59.53 0.56 0.45
Hex B1 B0 32 0 1 48 1F 3C 38 2D
Octal 261 260 62 0 1 110 37 74 70 55
Binary 10110001 10110000 110010 0 1 1001000 11111 111100 111000 101101

Color Harmonies of #B1B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B032

Black with #B1B032

Text Example


Text Example

White with #B1B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B032; }

 p { color: rgb(177,176,50); }

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

background-color css

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

 a { background-color: rgb(177,176,50); }

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

border-color css

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

 span { border-color: rgb(177,176,50); }

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