Html Css Color HEX #99CF5C Olivine

📋 copy color: '#99CF5C'

red 153 ◦ green 207 ◦ blue 92

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

Shades of Olivine #99CF5C

Tints of Olivine #99CF5C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 92 (36.33% from 255) = 20.35%

R = 33.85%
G = 45.8%
B = 20.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#99CF5C (or 0x99CF5C) is known color: Olivine. HEX triplet: 99, CF and 5C. RGB value is (153,207,92). Sum of RGB (Red+Green+Blue) = 153+207+92=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF5C is #6630A3. Grayscale: #B2B2B2. Windows color (decimal): -6697124 or 6082457. OLE color: 6082457.

HSL color Cylindrical-coordinate representation of color #99CF5C: hue angle of 88.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99CF5C is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 92 -
CMYK 0.26 0 0.56 0.19
HSL 88.17º 0.55% 0.59% -
HSV(B) 88.17º 0.56% 0.81% -
XYZ 37.38 52.17 18.22 -
YUV 177.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 153 207 92 0.26 0 0.56 0.19 88.17 0.55 0.59
Hex 99 CF 5C 1A 0 38 13 58 37 3B
Octal 231 317 134 32 0 70 23 130 67 73
Binary 10011001 11001111 1011100 11010 0 111000 10011 1011000 110111 111011

Color Harmonies of #99CF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF5C

Black with #99CF5C

Text Example


Text Example

White with #99CF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,92); }

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

background-color css

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

 a { background-color: rgb(153,207,92); }

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

border-color css

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

 span { border-color: rgb(153,207,92); }

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