Html Css Color HEX #BBAF31 Earls Green

📋 copy color: '#BBAF31'

red 187 ◦ green 175 ◦ blue 49

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

Shades of Earls Green #BBAF31

Tints of Earls Green #BBAF31

RGB

 RED value IS 187 (73.44% from 255) = 45.5%

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

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 45.5%
G = 42.58%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBAF31 (or 0xBBAF31) is known color: Earls Green. HEX triplet: BB, AF and 31. RGB value is (187,175,49). Sum of RGB (Red+Green+Blue) = 187+175+49=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF31 is #4450CE. Grayscale: #A4A4A4. Windows color (decimal): -4477135 or 3256251. OLE color: 3256251.

HSL color Cylindrical-coordinate representation of color #BBAF31: hue angle of 54.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBAF31 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 49 -
CMYK 0 0.06 0.74 0.27
HSL 54.78º 0.58% 0.46% -
HSV(B) 54.78º 0.74% 0.73% -
XYZ 36.38 41.45 8.99 -
YUV 164.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 187 175 49 0 0.06 0.74 0.27 54.78 0.58 0.46
Hex BB AF 31 0 6 4A 1B 37 3A 2E
Octal 273 257 61 0 6 112 33 67 72 56
Binary 10111011 10101111 110001 0 110 1001010 11011 110111 111010 101110

Color Harmonies of #BBAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF31

Black with #BBAF31

Text Example


Text Example

White with #BBAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF31; }

 p { color: rgb(187,175,49); }

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

background-color css

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

 a { background-color: rgb(187,175,49); }

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

border-color css

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

 span { border-color: rgb(187,175,49); }

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