Html Css Color HEX #B8AF1F Earls Green

📋 copy color: '#B8AF1F'

red 184 ◦ green 175 ◦ blue 31

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

Shades of Earls Green #B8AF1F

Tints of Earls Green #B8AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 47.18%
G = 44.87%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8AF1F (or 0xB8AF1F) is known color: Earls Green. HEX triplet: B8, AF and 1F. RGB value is (184,175,31). Sum of RGB (Red+Green+Blue) = 184+175+31=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF1F is #4750E0. Grayscale: #A1A1A1. Windows color (decimal): -4673761 or 2076600. OLE color: 2076600.

HSL color Cylindrical-coordinate representation of color #B8AF1F: hue angle of 56.47º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8AF1F is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 31 -
CMYK 0 0.05 0.83 0.28
HSL 56.47º 0.71% 0.42% -
HSV(B) 56.47º 0.83% 0.72% -
XYZ 35.34 40.95 7.34 -
YUV 161.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 184 175 31 0 0.05 0.83 0.28 56.47 0.71 0.42
Hex B8 AF 1F 0 5 53 1C 38 47 2A
Octal 270 257 37 0 5 123 34 70 107 52
Binary 10111000 10101111 11111 0 101 1010011 11100 111000 1000111 101010

Color Harmonies of #B8AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF1F

Black with #B8AF1F

Text Example


Text Example

White with #B8AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF1F; }

 p { color: rgb(184,175,31); }

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

background-color css

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

 a { background-color: rgb(184,175,31); }

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

border-color css

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

 span { border-color: rgb(184,175,31); }

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