Html Css Color HEX #99B469 Olivine

📋 copy color: '#99B469'

red 153 ◦ green 180 ◦ blue 105

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

Shades of Olivine #99B469

Tints of Olivine #99B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 34.93%
G = 41.1%
B = 23.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#99B469 (or 0x99B469) is known color: Olivine. HEX triplet: 99, B4 and 69. RGB value is (153,180,105). Sum of RGB (Red+Green+Blue) = 153+180+105=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #99B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B469 is #664B96. Grayscale: #A3A3A3. Windows color (decimal): -6704023 or 6927513. OLE color: 6927513.

HSL color Cylindrical-coordinate representation of color #99B469: hue angle of 81.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B469 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 105 -
CMYK 0.15 0 0.42 0.29
HSL 81.6º 0.33% 0.56% -
HSV(B) 81.6º 0.42% 0.71% -
XYZ 32.01 40.43 19.48 -
YUV 163.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 153 180 105 0.15 0 0.42 0.29 81.6 0.33 0.56
Hex 99 B4 69 F 0 2A 1D 52 21 38
Octal 231 264 151 17 0 52 35 122 41 70
Binary 10011001 10110100 1101001 1111 0 101010 11101 1010010 100001 111000

Color Harmonies of #99B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B469

Black with #99B469

Text Example


Text Example

White with #99B469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,105); }

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

background-color css

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

 a { background-color: rgb(153,180,105); }

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

border-color css

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

 span { border-color: rgb(153,180,105); }

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