Html Css Color HEX #B8AB2F Earls Green

📋 copy color: '#B8AB2F'

red 184 ◦ green 171 ◦ blue 47

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

Shades of Earls Green #B8AB2F

Tints of Earls Green #B8AB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 45.77%
G = 42.54%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8AB2F (or 0xB8AB2F) is known color: Earls Green. HEX triplet: B8, AB and 2F. RGB value is (184,171,47). Sum of RGB (Red+Green+Blue) = 184+171+47=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB2F is #4754D0. Grayscale: #A1A1A1. Windows color (decimal): -4674769 or 3124152. OLE color: 3124152.

HSL color Cylindrical-coordinate representation of color #B8AB2F: hue angle of 54.31º 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 #B8AB2F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 171 47 -
CMYK 0 0.07 0.74 0.28
HSL 54.31º 0.59% 0.45% -
HSV(B) 54.31º 0.74% 0.72% -
XYZ 34.84 39.52 8.48 -
YUV 160.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 184 171 47 0 0.07 0.74 0.28 54.31 0.59 0.45
Hex B8 AB 2F 0 7 4A 1C 36 3B 2D
Octal 270 253 57 0 7 112 34 66 73 55
Binary 10111000 10101011 101111 0 111 1001010 11100 110110 111011 101101

Color Harmonies of #B8AB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB2F

Black with #B8AB2F

Text Example


Text Example

White with #B8AB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB2F; }

 p { color: rgb(184,171,47); }

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

background-color css

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

 a { background-color: rgb(184,171,47); }

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

border-color css

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

 span { border-color: rgb(184,171,47); }

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