Html Css Color HEX #99C572 Olivine

📋 copy color: '#99C572'

red 153 ◦ green 197 ◦ blue 114

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

Shades of Olivine #99C572

Tints of Olivine #99C572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 32.97%
G = 42.46%
B = 24.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#99C572 (or 0x99C572) is known color: Olivine. HEX triplet: 99, C5 and 72. RGB value is (153,197,114). Sum of RGB (Red+Green+Blue) = 153+197+114=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #99C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C572 is #663A8D. Grayscale: #AEAEAE. Windows color (decimal): -6699662 or 7521689. OLE color: 7521689.

HSL color Cylindrical-coordinate representation of color #99C572: hue angle of 91.81º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99C572 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 197 114 -
CMYK 0.22 0 0.42 0.23
HSL 91.81º 0.42% 0.61% -
HSV(B) 91.81º 0.42% 0.77% -
XYZ 36.14 47.92 23.26 -
YUV 174.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 153 197 114 0.22 0 0.42 0.23 91.81 0.42 0.61
Hex 99 C5 72 16 0 2A 17 5C 2A 3D
Octal 231 305 162 26 0 52 27 134 52 75
Binary 10011001 11000101 1110010 10110 0 101010 10111 1011100 101010 111101

Color Harmonies of #99C572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C572

Black with #99C572

Text Example


Text Example

White with #99C572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,197,114); }

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

background-color css

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

 a { background-color: rgb(153,197,114); }

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

border-color css

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

 span { border-color: rgb(153,197,114); }

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