Html Css Color HEX #9BCF66 Olivine

📋 copy color: '#9BCF66'

red 155 ◦ green 207 ◦ blue 102

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

Shades of Olivine #9BCF66

Tints of Olivine #9BCF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 33.41%
G = 44.61%
B = 21.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#9BCF66 (or 0x9BCF66) is known color: Olivine. HEX triplet: 9B, CF and 66. RGB value is (155,207,102). Sum of RGB (Red+Green+Blue) = 155+207+102=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF66 is #643099. Grayscale: #B3B3B3. Windows color (decimal): -6566042 or 6737819. OLE color: 6737819.

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

Color convert

RGB 155 207 102 -
CMYK 0.25 0 0.51 0.19
HSL 89.71º 0.52% 0.61% -
HSV(B) 89.71º 0.51% 0.81% -
XYZ 38.23 52.55 20.7 -
YUV 179.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 155 207 102 0.25 0 0.51 0.19 89.71 0.52 0.61
Hex 9B CF 66 19 0 33 13 5A 34 3D
Octal 233 317 146 31 0 63 23 132 64 75
Binary 10011011 11001111 1100110 11001 0 110011 10011 1011010 110100 111101

Color Harmonies of #9BCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF66

Black with #9BCF66

Text Example


Text Example

White with #9BCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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