Html Css Color HEX #9CC062 Olivine

📋 copy color: '#9CC062'

red 156 ◦ green 192 ◦ blue 98

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

Shades of Olivine #9CC062

Tints of Olivine #9CC062

RGB

 RED value IS 156 (61.33% from 255) = 34.98%

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 34.98%
G = 43.05%
B = 21.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9CC062 (or 0x9CC062) is known color: Olivine. HEX triplet: 9C, C0 and 62. RGB value is (156,192,98). Sum of RGB (Red+Green+Blue) = 156+192+98=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC062 is #633F9D. Grayscale: #AAAAAA. Windows color (decimal): -6504350 or 6471836. OLE color: 6471836.

HSL color Cylindrical-coordinate representation of color #9CC062: hue angle of 82.98º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CC062 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 98 -
CMYK 0.19 0 0.49 0.25
HSL 82.98º 0.43% 0.57% -
HSV(B) 82.98º 0.49% 0.75% -
XYZ 34.76 45.65 18.53 -
YUV 170.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 156 192 98 0.19 0 0.49 0.25 82.98 0.43 0.57
Hex 9C C0 62 13 0 31 19 53 2B 39
Octal 234 300 142 23 0 61 31 123 53 71
Binary 10011100 11000000 1100010 10011 0 110001 11001 1010011 101011 111001

Color Harmonies of #9CC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC062

Black with #9CC062

Text Example


Text Example

White with #9CC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CC062; }

 p { color: rgb(156,192,98); }

 H1.HeaderClassName
 {
   color: #9CC062;
 }
 .AnyTagClassName
 {
   color: #9CC062;
 }
</style>

background-color css

<style>
 a { background-color: #9CC062; }

 a { background-color: rgb(156,192,98); }

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

border-color css

<style>
 span { border-color: #9CC062; }

 span { border-color: rgb(156,192,98); }

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