Html Css Color HEX #9BCF63 Olivine

📋 copy color: '#9BCF63'

red 155 ◦ green 207 ◦ blue 99

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

Shades of Olivine #9BCF63

Tints of Olivine #9BCF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 33.62%
G = 44.9%
B = 21.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#9BCF63 (or 0x9BCF63) is known color: Olivine. HEX triplet: 9B, CF and 63. RGB value is (155,207,99). Sum of RGB (Red+Green+Blue) = 155+207+99=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF63 is #64309C. Grayscale: #B3B3B3. Windows color (decimal): -6566045 or 6541211. OLE color: 6541211.

HSL color Cylindrical-coordinate representation of color #9BCF63: hue angle of 88.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BCF63 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 99 -
CMYK 0.25 0 0.52 0.19
HSL 88.89º 0.53% 0.6% -
HSV(B) 88.89º 0.52% 0.81% -
XYZ 38.08 52.5 19.93 -
YUV 179.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 155 207 99 0.25 0 0.52 0.19 88.89 0.53 0.6
Hex 9B CF 63 19 0 34 13 59 35 3C
Octal 233 317 143 31 0 64 23 131 65 74
Binary 10011011 11001111 1100011 11001 0 110100 10011 1011001 110101 111100

Color Harmonies of #9BCF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF63

Black with #9BCF63

Text Example


Text Example

White with #9BCF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,99); }

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

background-color css

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

 a { background-color: rgb(155,207,99); }

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

border-color css

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

 span { border-color: rgb(155,207,99); }

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