Html Css Color HEX #BBB121 Earls Green

📋 copy color: '#BBB121'

red 187 ◦ green 177 ◦ blue 33

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

Shades of Earls Green #BBB121

Tints of Earls Green #BBB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 47.1%
G = 44.58%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBB121 (or 0xBBB121) is known color: Earls Green. HEX triplet: BB, B1 and 21. RGB value is (187,177,33). Sum of RGB (Red+Green+Blue) = 187+177+33=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB121 is #444EDE. Grayscale: #A4A4A4. Windows color (decimal): -4476639 or 2208187. OLE color: 2208187.

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

Color convert

RGB 187 177 33 -
CMYK 0 0.05 0.82 0.27
HSL 56.1º 0.7% 0.43% -
HSV(B) 56.1º 0.82% 0.73% -
XYZ 36.49 42.12 7.65 -
YUV 163.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 187 177 33 0 0.05 0.82 0.27 56.1 0.7 0.43
Hex BB B1 21 0 5 52 1B 38 46 2B
Octal 273 261 41 0 5 122 33 70 106 53
Binary 10111011 10110001 100001 0 101 1010010 11011 111000 1000110 101011

Color Harmonies of #BBB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB121

Black with #BBB121

Text Example


Text Example

White with #BBB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB121; }

 p { color: rgb(187,177,33); }

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

background-color css

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

 a { background-color: rgb(187,177,33); }

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

border-color css

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

 span { border-color: rgb(187,177,33); }

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