Html Css Color HEX #99B36D Olivine

📋 copy color: '#99B36D'

red 153 ◦ green 179 ◦ blue 109

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

Shades of Olivine #99B36D

Tints of Olivine #99B36D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 109 (42.97% from 255) = 24.72%

R = 34.69%
G = 40.59%
B = 24.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#99B36D (or 0x99B36D) is known color: Olivine. HEX triplet: 99, B3 and 6D. RGB value is (153,179,109). Sum of RGB (Red+Green+Blue) = 153+179+109=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #99B36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B36D is #664C92. Grayscale: #A3A3A3. Windows color (decimal): -6704275 or 7189401. OLE color: 7189401.

HSL color Cylindrical-coordinate representation of color #99B36D: hue angle of 82.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B36D is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 179 109 -
CMYK 0.15 0 0.39 0.30
HSL 82.29º 0.32% 0.56% -
HSV(B) 82.29º 0.39% 0.7% -
XYZ 32.02 40.12 20.52 -
YUV 163.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 153 179 109 0.15 0 0.39 0.30 82.29 0.32 0.56
Hex 99 B3 6D F 0 27 1E 52 20 38
Octal 231 263 155 17 0 47 36 122 40 70
Binary 10011001 10110011 1101101 1111 0 100111 11110 1010010 100000 111000

Color Harmonies of #99B36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B36D

Black with #99B36D

Text Example


Text Example

White with #99B36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,179,109); }

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

background-color css

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

 a { background-color: rgb(153,179,109); }

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

border-color css

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

 span { border-color: rgb(153,179,109); }

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