#99B95A

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

Shades of Chelsea Cucumber #99B95A

Tints of Chelsea Cucumber #99B95A

Color information

#99B95A (or 0x99B95A) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, B9 and 5A. RGB value is (153,185,90). Sum of RGB (Red+Green+Blue) = 153+185+90=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #99B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B95A is #6646A5. Grayscale: #A4A4A4. Windows color (decimal): -6702758 or 5945753. OLE color: 5945753.

HSL color Cylindrical-coordinate representation of color #99B95A: hue angle of 80.21º degrees, saturation: 0.4, 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 #99B95A is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB15318590-
CMYK0.1700.510.27
HSL80.21º40.43%53.92%-
HSV(B)80.21º51.35%72.55%-
XYZ32.3342.2116.12-
YUV164.685.9119.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.75%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=35.75%
G=43.22%
B=21.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153185900.1700.510.2780.2140.4353.92
Hex99B95A110331B502836
Octal23127113221063331205066
Binary10011001101110011011010100010110011110111010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,185,90); }

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

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

 a { background-color: rgb(153,185,90); }

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

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

 span { border-color: rgb(153,185,90); }

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