Html Css Color HEX #BBB128 Earls Green

📋 copy color: '#BBB128'

red 187 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #BBB128

Tints of Earls Green #BBB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 46.29%
G = 43.81%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBB128 (or 0xBBB128) is known color: Earls Green. HEX triplet: BB, B1 and 28. RGB value is (187,177,40). Sum of RGB (Red+Green+Blue) = 187+177+40=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB128 is #444ED7. Grayscale: #A4A4A4. Windows color (decimal): -4476632 or 2666939. OLE color: 2666939.

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

Color convert

RGB 187 177 40 -
CMYK 0 0.05 0.79 0.27
HSL 55.92º 0.65% 0.45% -
HSV(B) 55.92º 0.79% 0.73% -
XYZ 36.6 42.16 8.22 -
YUV 164.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 187 177 40 0 0.05 0.79 0.27 55.92 0.65 0.45
Hex BB B1 28 0 5 4F 1B 38 41 2D
Octal 273 261 50 0 5 117 33 70 101 55
Binary 10111011 10110001 101000 0 101 1001111 11011 111000 1000001 101101

Color Harmonies of #BBB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB128

Black with #BBB128

Text Example


Text Example

White with #BBB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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