Html Css Color HEX #B7B12F Earls Green

📋 copy color: '#B7B12F'

red 183 ◦ green 177 ◦ blue 47

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

Shades of Earls Green #B7B12F

Tints of Earls Green #B7B12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 44.96%
G = 43.49%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7B12F (or 0xB7B12F) is known color: Earls Green. HEX triplet: B7, B1 and 2F. RGB value is (183,177,47). Sum of RGB (Red+Green+Blue) = 183+177+47=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B12F is #484ED0. Grayscale: #A4A4A4. Windows color (decimal): -4738769 or 3125687. OLE color: 3125687.

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

Color convert

RGB 183 177 47 -
CMYK 0 0.03 0.74 0.28
HSL 57.35º 0.59% 0.45% -
HSV(B) 57.35º 0.74% 0.72% -
XYZ 35.76 41.72 8.86 -
YUV 163.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 183 177 47 0 0.03 0.74 0.28 57.35 0.59 0.45
Hex B7 B1 2F 0 3 4A 1C 39 3B 2D
Octal 267 261 57 0 3 112 34 71 73 55
Binary 10110111 10110001 101111 0 11 1001010 11100 111001 111011 101101

Color Harmonies of #B7B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B12F

Black with #B7B12F

Text Example


Text Example

White with #B7B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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