Html Css Color HEX #99B967 Olivine

📋 copy color: '#99B967'

red 153 ◦ green 185 ◦ blue 103

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

Shades of Olivine #99B967

Tints of Olivine #99B967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 34.69%
G = 41.95%
B = 23.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#99B967 (or 0x99B967) is known color: Olivine. HEX triplet: 99, B9 and 67. RGB value is (153,185,103). Sum of RGB (Red+Green+Blue) = 153+185+103=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #99B967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B967 is #664698. Grayscale: #A6A6A6. Windows color (decimal): -6702745 or 6797721. OLE color: 6797721.

HSL color Cylindrical-coordinate representation of color #99B967: hue angle of 83.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99B967 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 103 -
CMYK 0.17 0 0.44 0.27
HSL 83.41º 0.37% 0.56% -
HSV(B) 83.41º 0.44% 0.73% -
XYZ 32.93 42.45 19.29 -
YUV 166.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 153 185 103 0.17 0 0.44 0.27 83.41 0.37 0.56
Hex 99 B9 67 11 0 2C 1B 53 25 38
Octal 231 271 147 21 0 54 33 123 45 70
Binary 10011001 10111001 1100111 10001 0 101100 11011 1010011 100101 111000

Color Harmonies of #99B967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B967

Black with #99B967

Text Example


Text Example

White with #99B967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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