Html Css Color HEX #B9AF1F Earls Green

📋 copy color: '#B9AF1F'

red 185 ◦ green 175 ◦ blue 31

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

Shades of Earls Green #B9AF1F

Tints of Earls Green #B9AF1F

RGB

 RED value IS 185 (72.66% from 255) = 47.31%

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

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

R = 47.31%
G = 44.76%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9AF1F (or 0xB9AF1F) is known color: Earls Green. HEX triplet: B9, AF and 1F. RGB value is (185,175,31). Sum of RGB (Red+Green+Blue) = 185+175+31=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF1F is #4650E0. Grayscale: #A2A2A2. Windows color (decimal): -4608225 or 2076601. OLE color: 2076601.

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

Color convert

RGB 185 175 31 -
CMYK 0 0.05 0.83 0.27
HSL 56.1º 0.71% 0.42% -
HSV(B) 56.1º 0.83% 0.73% -
XYZ 35.58 41.07 7.35 -
YUV 161.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 185 175 31 0 0.05 0.83 0.27 56.1 0.71 0.42
Hex B9 AF 1F 0 5 53 1B 38 47 2A
Octal 271 257 37 0 5 123 33 70 107 52
Binary 10111001 10101111 11111 0 101 1010011 11011 111000 1000111 101010

Color Harmonies of #B9AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF1F

Black with #B9AF1F

Text Example


Text Example

White with #B9AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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