Html Css Color HEX #B8B127 Earls Green

📋 copy color: '#B8B127'

red 184 ◦ green 177 ◦ blue 39

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

Shades of Earls Green #B8B127

Tints of Earls Green #B8B127

RGB

 RED value IS 184 (72.27% from 255) = 46%

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

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 46%
G = 44.25%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B8B127 (or 0xB8B127) is known color: Earls Green. HEX triplet: B8, B1 and 27. RGB value is (184,177,39). Sum of RGB (Red+Green+Blue) = 184+177+39=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B127 is #474ED8. Grayscale: #A3A3A3. Windows color (decimal): -4673241 or 2601400. OLE color: 2601400.

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

Color convert

RGB 184 177 39 -
CMYK 0 0.04 0.79 0.28
HSL 57.1º 0.65% 0.44% -
HSV(B) 57.1º 0.79% 0.72% -
XYZ 35.86 41.78 8.09 -
YUV 163.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 184 177 39 0 0.04 0.79 0.28 57.1 0.65 0.44
Hex B8 B1 27 0 4 4F 1C 39 41 2C
Octal 270 261 47 0 4 117 34 71 101 54
Binary 10111000 10110001 100111 0 100 1001111 11100 111001 1000001 101100

Color Harmonies of #B8B127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B127

Black with #B8B127

Text Example


Text Example

White with #B8B127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B127; }

 p { color: rgb(184,177,39); }

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

background-color css

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

 a { background-color: rgb(184,177,39); }

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

border-color css

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

 span { border-color: rgb(184,177,39); }

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