Html Css Color HEX #B7B12A Earls Green

📋 copy color: '#B7B12A'

red 183 ◦ green 177 ◦ blue 42

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

Shades of Earls Green #B7B12A

Tints of Earls Green #B7B12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.03%

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

R = 45.52%
G = 44.03%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7B12A (or 0xB7B12A) is known color: Earls Green. HEX triplet: B7, B1 and 2A. RGB value is (183,177,42). Sum of RGB (Red+Green+Blue) = 183+177+42=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B12A is #484ED5. Grayscale: #A3A3A3. Windows color (decimal): -4738774 or 2798007. OLE color: 2798007.

HSL color Cylindrical-coordinate representation of color #B7B12A: hue angle of 57.45º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7B12A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 42 -
CMYK 0 0.03 0.77 0.28
HSL 57.45º 0.63% 0.44% -
HSV(B) 57.45º 0.77% 0.72% -
XYZ 35.67 41.68 8.36 -
YUV 163.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 183 177 42 0 0.03 0.77 0.28 57.45 0.63 0.44
Hex B7 B1 2A 0 3 4D 1C 39 3F 2C
Octal 267 261 52 0 3 115 34 71 77 54
Binary 10110111 10110001 101010 0 11 1001101 11100 111001 111111 101100

Color Harmonies of #B7B12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B12A

Black with #B7B12A

Text Example


Text Example

White with #B7B12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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