Html Css Color HEX #BBA128 Earls Green

📋 copy color: '#BBA128'

red 187 ◦ green 161 ◦ blue 40

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

Shades of Earls Green #BBA128

Tints of Earls Green #BBA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

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

R = 48.2%
G = 41.49%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA128 (or 0xBBA128) is known color: Earls Green. HEX triplet: BB, A1 and 28. RGB value is (187,161,40). Sum of RGB (Red+Green+Blue) = 187+161+40=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA128 is #445ED7. Grayscale: #9B9B9B. Windows color (decimal): -4480728 or 2662843. OLE color: 2662843.

HSL color Cylindrical-coordinate representation of color #BBA128: hue angle of 49.39º 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 #BBA128 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 40 -
CMYK 0 0.14 0.79 0.27
HSL 49.39º 0.65% 0.45% -
HSV(B) 49.39º 0.79% 0.73% -
XYZ 33.62 36.21 7.22 -
YUV 154.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 187 161 40 0 0.14 0.79 0.27 49.39 0.65 0.45
Hex BB A1 28 0 E 4F 1B 31 41 2D
Octal 273 241 50 0 16 117 33 61 101 55
Binary 10111011 10100001 101000 0 1110 1001111 11011 110001 1000001 101101

Color Harmonies of #BBA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA128

Black with #BBA128

Text Example


Text Example

White with #BBA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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