#99CB6B

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

Shades of Olivine #99CB6B

Tints of Olivine #99CB6B

Color information

#99CB6B (or 0x99CB6B) is unknown color: approx Olivine. HEX triplet: 99, CB and 6B. RGB value is (153,203,107). Sum of RGB (Red+Green+Blue) = 153+203+107=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB6B is #663494. Grayscale: #B1B1B1. Windows color (decimal): -6698133 or 7064473. OLE color: 7064473.

HSL color Cylindrical-coordinate representation of color #99CB6B: hue angle of 91.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99CB6B is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB153203107-
CMYK0.2500.470.20
HSL91.25º48%60.78%-
HSV(B)91.25º47.29%79.61%-
XYZ37.1550.5521.71-
YUV177.1188.44110.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 107 (42.19% from 255) = 23.11%
R=33.05%
G=43.84%
B=23.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532031070.2500.470.2091.254860.78
Hex99CB6B1902F145b303d
Octal23131315331057241336075
Binary10011001110010111101011110010101111101001011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,203,107); }

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

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

 a { background-color: rgb(153,203,107); }

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

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

 span { border-color: rgb(153,203,107); }

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