Html Css Color HEX #9CCB68 Olivine

📋 copy color: '#9CCB68'

red 156 ◦ green 203 ◦ blue 104

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

Shades of Olivine #9CCB68

Tints of Olivine #9CCB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 33.69%
G = 43.84%
B = 22.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#9CCB68 (or 0x9CCB68) is known color: Olivine. HEX triplet: 9C, CB and 68. RGB value is (156,203,104). Sum of RGB (Red+Green+Blue) = 156+203+104=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB68 is #633497. Grayscale: #B2B2B2. Windows color (decimal): -6501528 or 6867868. OLE color: 6867868.

HSL color Cylindrical-coordinate representation of color #9CCB68: hue angle of 88.48º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CCB68 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 104 -
CMYK 0.23 0 0.49 0.20
HSL 88.48º 0.49% 0.6% -
HSV(B) 88.48º 0.49% 0.8% -
XYZ 37.56 50.78 20.92 -
YUV 177.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 156 203 104 0.23 0 0.49 0.20 88.48 0.49 0.6
Hex 9C CB 68 17 0 31 14 58 31 3C
Octal 234 313 150 27 0 61 24 130 61 74
Binary 10011100 11001011 1101000 10111 0 110001 10100 1011000 110001 111100

Color Harmonies of #9CCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB68

Black with #9CCB68

Text Example


Text Example

White with #9CCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,104); }

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

background-color css

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

 a { background-color: rgb(156,203,104); }

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

border-color css

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

 span { border-color: rgb(156,203,104); }

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