Html Css Color HEX #9CBF63 Olivine

📋 copy color: '#9CBF63'

red 156 ◦ green 191 ◦ blue 99

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

Shades of Olivine #9CBF63

Tints of Olivine #9CBF63

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

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

R = 34.98%
G = 42.83%
B = 22.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9CBF63 (or 0x9CBF63) is known color: Olivine. HEX triplet: 9C, BF and 63. RGB value is (156,191,99). Sum of RGB (Red+Green+Blue) = 156+191+99=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF63 is #63409C. Grayscale: #AAAAAA. Windows color (decimal): -6504605 or 6537116. OLE color: 6537116.

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

Color convert

RGB 156 191 99 -
CMYK 0.18 0 0.48 0.25
HSL 82.83º 0.42% 0.57% -
HSV(B) 82.83º 0.48% 0.75% -
XYZ 34.59 45.23 18.71 -
YUV 170.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 156 191 99 0.18 0 0.48 0.25 82.83 0.42 0.57
Hex 9C BF 63 12 0 30 19 53 2A 39
Octal 234 277 143 22 0 60 31 123 52 71
Binary 10011100 10111111 1100011 10010 0 110000 11001 1010011 101010 111001

Color Harmonies of #9CBF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF63

Black with #9CBF63

Text Example


Text Example

White with #9CBF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,99); }

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

background-color css

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

 a { background-color: rgb(156,191,99); }

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

border-color css

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

 span { border-color: rgb(156,191,99); }

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