Html Css Color HEX #B7B01C Earls Green

📋 copy color: '#B7B01C'

red 183 ◦ green 176 ◦ blue 28

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

Shades of Earls Green #B7B01C

Tints of Earls Green #B7B01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 47.29%
G = 45.48%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7B01C (or 0xB7B01C) is known color: Earls Green. HEX triplet: B7, B0 and 1C. RGB value is (183,176,28). Sum of RGB (Red+Green+Blue) = 183+176+28=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B01C is #484FE3. Grayscale: #A1A1A1. Windows color (decimal): -4739044 or 1880247. OLE color: 1880247.

HSL color Cylindrical-coordinate representation of color #B7B01C: hue angle of 57.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B01C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 28 -
CMYK 0 0.04 0.85 0.28
HSL 57.29º 0.73% 0.41% -
HSV(B) 57.29º 0.85% 0.72% -
XYZ 35.26 41.2 7.19 -
YUV 161.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 183 176 28 0 0.04 0.85 0.28 57.29 0.73 0.41
Hex B7 B0 1C 0 4 55 1C 39 49 29
Octal 267 260 34 0 4 125 34 71 111 51
Binary 10110111 10110000 11100 0 100 1010101 11100 111001 1001001 101001

Color Harmonies of #B7B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B01C

Black with #B7B01C

Text Example


Text Example

White with #B7B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B01C; }

 p { color: rgb(183,176,28); }

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

background-color css

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

 a { background-color: rgb(183,176,28); }

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

border-color css

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

 span { border-color: rgb(183,176,28); }

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