Html Css Color HEX #99BB5D Olivine

📋 copy color: '#99BB5D'

red 153 ◦ green 187 ◦ blue 93

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

Shades of Olivine #99BB5D

Tints of Olivine #99BB5D

RGB

 RED value IS 153 (60.16% from 255) = 35.33%

 GREEN value IS 187 (73.44% from 255) = 43.19%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 35.33%
G = 43.19%
B = 21.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#99BB5D (or 0x99BB5D) is known color: Olivine. HEX triplet: 99, BB and 5D. RGB value is (153,187,93). Sum of RGB (Red+Green+Blue) = 153+187+93=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB5D is #6644A2. Grayscale: #A6A6A6. Windows color (decimal): -6702243 or 6142873. OLE color: 6142873.

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

Color convert

RGB 153 187 93 -
CMYK 0.18 0 0.50 0.27
HSL 81.7º 0.41% 0.55% -
HSV(B) 81.7º 0.5% 0.73% -
XYZ 32.88 43.1 16.94 -
YUV 166.12 86.74 118.64 -
System Red Green Blue C M Y K H S L
Decimal 153 187 93 0.18 0 0.50 0.27 81.7 0.41 0.55
Hex 99 BB 5D 12 0 32 1B 52 29 37
Octal 231 273 135 22 0 62 33 122 51 67
Binary 10011001 10111011 1011101 10010 0 110010 11011 1010010 101001 110111

Color Harmonies of #99BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BB5D

Black with #99BB5D

Text Example


Text Example

White with #99BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,187,93); }

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

background-color css

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

 a { background-color: rgb(153,187,93); }

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

border-color css

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

 span { border-color: rgb(153,187,93); }

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