Html Css Color HEX #B7AA0C Earls Green

📋 copy color: '#B7AA0C'

red 183 ◦ green 170 ◦ blue 12

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

Shades of Earls Green #B7AA0C

Tints of Earls Green #B7AA0C

RGB

 RED value IS 183 (71.88% from 255) = 50.14%

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

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 50.14%
G = 46.58%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7AA0C (or 0xB7AA0C) is known color: Earls Green. HEX triplet: B7, AA and 0C. RGB value is (183,170,12). Sum of RGB (Red+Green+Blue) = 183+170+12=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AA0C is #4855F3. Grayscale: #9C9C9C. Windows color (decimal): -4740596 or 830135. OLE color: 830135.

HSL color Cylindrical-coordinate representation of color #B7AA0C: hue angle of 55.44º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7AA0C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 12 -
CMYK 0 0.07 0.93 0.28
HSL 55.44º 0.88% 0.38% -
HSV(B) 55.44º 0.93% 0.72% -
XYZ 33.97 38.84 6.05 -
YUV 155.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 183 170 12 0 0.07 0.93 0.28 55.44 0.88 0.38
Hex B7 AA C 0 7 5D 1C 37 58 26
Octal 267 252 14 0 7 135 34 67 130 46
Binary 10110111 10101010 1100 0 111 1011101 11100 110111 1011000 100110

Color Harmonies of #B7AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA0C

Black with #B7AA0C

Text Example


Text Example

White with #B7AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA0C; }

 p { color: rgb(183,170,12); }

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

background-color css

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

 a { background-color: rgb(183,170,12); }

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

border-color css

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

 span { border-color: rgb(183,170,12); }

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