Html Css Color HEX #B1AA0F Earls Green

📋 copy color: '#B1AA0F'

red 177 ◦ green 170 ◦ blue 15

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

Shades of Earls Green #B1AA0F

Tints of Earls Green #B1AA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.96%

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 48.9%
G = 46.96%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1AA0F (or 0xB1AA0F) is known color: Earls Green. HEX triplet: B1, AA and 0F. RGB value is (177,170,15). Sum of RGB (Red+Green+Blue) = 177+170+15=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AA0F is #4E55F0. Grayscale: #9B9B9B. Windows color (decimal): -5133809 or 1026737. OLE color: 1026737.

HSL color Cylindrical-coordinate representation of color #B1AA0F: hue angle of 57.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1AA0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 15 -
CMYK 0 0.04 0.92 0.31
HSL 57.41º 0.84% 0.38% -
HSV(B) 57.41º 0.92% 0.69% -
XYZ 32.59 38.13 6.09 -
YUV 154.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 177 170 15 0 0.04 0.92 0.31 57.41 0.84 0.38
Hex B1 AA F 0 4 5C 1F 39 54 26
Octal 261 252 17 0 4 134 37 71 124 46
Binary 10110001 10101010 1111 0 100 1011100 11111 111001 1010100 100110

Color Harmonies of #B1AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA0F

Black with #B1AA0F

Text Example


Text Example

White with #B1AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA0F; }

 p { color: rgb(177,170,15); }

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

background-color css

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

 a { background-color: rgb(177,170,15); }

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

border-color css

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

 span { border-color: rgb(177,170,15); }

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