Html Css Color HEX #BBB31F Earls Green

📋 copy color: '#BBB31F'

red 187 ◦ green 179 ◦ blue 31

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

Shades of Earls Green #BBB31F

Tints of Earls Green #BBB31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

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

R = 47.1%
G = 45.09%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBB31F (or 0xBBB31F) is known color: Earls Green. HEX triplet: BB, B3 and 1F. RGB value is (187,179,31). Sum of RGB (Red+Green+Blue) = 187+179+31=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB31F is #444CE0. Grayscale: #A5A5A5. Windows color (decimal): -4476129 or 2077627. OLE color: 2077627.

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

Color convert

RGB 187 179 31 -
CMYK 0 0.04 0.83 0.27
HSL 56.92º 0.72% 0.43% -
HSV(B) 56.92º 0.83% 0.73% -
XYZ 36.86 42.9 7.63 -
YUV 164.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 187 179 31 0 0.04 0.83 0.27 56.92 0.72 0.43
Hex BB B3 1F 0 4 53 1B 39 48 2B
Octal 273 263 37 0 4 123 33 71 110 53
Binary 10111011 10110011 11111 0 100 1010011 11011 111001 1001000 101011

Color Harmonies of #BBB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB31F

Black with #BBB31F

Text Example


Text Example

White with #BBB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB31F; }

 p { color: rgb(187,179,31); }

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

background-color css

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

 a { background-color: rgb(187,179,31); }

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

border-color css

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

 span { border-color: rgb(187,179,31); }

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