Html Css Color HEX #B2AF1F Earls Green

📋 copy color: '#B2AF1F'

red 178 ◦ green 175 ◦ blue 31

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

Shades of Earls Green #B2AF1F

Tints of Earls Green #B2AF1F

RGB

 RED value IS 178 (69.92% from 255) = 46.35%

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

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

R = 46.35%
G = 45.57%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2AF1F (or 0xB2AF1F) is known color: Earls Green. HEX triplet: B2, AF and 1F. RGB value is (178,175,31). Sum of RGB (Red+Green+Blue) = 178+175+31=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF1F is #4D50E0. Grayscale: #A0A0A0. Windows color (decimal): -5066977 or 2076594. OLE color: 2076594.

HSL color Cylindrical-coordinate representation of color #B2AF1F: hue angle of 58.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2AF1F is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 31 -
CMYK 0 0.02 0.83 0.30
HSL 58.78º 0.7% 0.41% -
HSV(B) 58.78º 0.83% 0.7% -
XYZ 33.94 40.22 7.27 -
YUV 159.48 55.49 141.21 -
System Red Green Blue C M Y K H S L
Decimal 178 175 31 0 0.02 0.83 0.30 58.78 0.7 0.41
Hex B2 AF 1F 0 2 53 1E 3B 46 29
Octal 262 257 37 0 2 123 36 73 106 51
Binary 10110010 10101111 11111 0 10 1010011 11110 111011 1000110 101001

Color Harmonies of #B2AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF1F

Black with #B2AF1F

Text Example


Text Example

White with #B2AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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