Html Css Color HEX #9BC968 Olivine

📋 copy color: '#9BC968'

red 155 ◦ green 201 ◦ blue 104

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

Shades of Olivine #9BC968

Tints of Olivine #9BC968

RGB

 RED value IS 155 (60.94% from 255) = 33.7%

 GREEN value IS 201 (78.91% from 255) = 43.7%

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

R = 33.7%
G = 43.7%
B = 22.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#9BC968 (or 0x9BC968) is known color: Olivine. HEX triplet: 9B, C9 and 68. RGB value is (155,201,104). Sum of RGB (Red+Green+Blue) = 155+201+104=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC968 is #643697. Grayscale: #B0B0B0. Windows color (decimal): -6567576 or 6867355. OLE color: 6867355.

HSL color Cylindrical-coordinate representation of color #9BC968: hue angle of 88.45º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BC968 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 104 -
CMYK 0.23 0 0.48 0.21
HSL 88.45º 0.47% 0.6% -
HSV(B) 88.45º 0.48% 0.79% -
XYZ 36.9 49.74 20.75 -
YUV 176.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 155 201 104 0.23 0 0.48 0.21 88.45 0.47 0.6
Hex 9B C9 68 17 0 30 15 58 2F 3C
Octal 233 311 150 27 0 60 25 130 57 74
Binary 10011011 11001001 1101000 10111 0 110000 10101 1011000 101111 111100

Color Harmonies of #9BC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC968

Black with #9BC968

Text Example


Text Example

White with #9BC968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,104); }

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

background-color css

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

 a { background-color: rgb(155,201,104); }

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

border-color css

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

 span { border-color: rgb(155,201,104); }

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