#99BA5B

Color #99BA5B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #99BA5B

Tints of Chelsea Cucumber #99BA5B

Color information

#99BA5B (or 0x99BA5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, BA and 5B. RGB value is (153,186,91). Sum of RGB (Red+Green+Blue) = 153+186+91=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA5B is #6645A4. Grayscale: #A5A5A5. Windows color (decimal): -6702501 or 6011545. OLE color: 6011545.

HSL color Cylindrical-coordinate representation of color #99BA5B: hue angle of 80.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BA5B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB15318691-
CMYK0.1800.510.27
HSL80.84º40.77%54.31%-
HSV(B)80.84º51.08%72.94%-
XYZ32.5842.6516.41-
YUV165.386.07119.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=35.58%
G=43.26%
B=21.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186910.1800.510.2780.8440.7754.31
Hex99BA5B120331B512936
Octal23127213322063331215166
Binary10011001101110101011011100100110011110111010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BA5B; }

 p { color: rgb(153,186,91); }

 H1.HeaderClassName
 {
   color: #99BA5B;
 }
 .AnyTagClassName
 {
   color: #99BA5B;
 }
</style>
background-color css

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

 a { background-color: rgb(153,186,91); }

 div.DivClassName
 {
   background-color: #99BA5B;
 }
 .BgClassName
 {
   background-color: #99BA5B;
 }
</style>
border-color css

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

 span { border-color: rgb(153,186,91); }

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