Html Css Color HEX #9BC264 Olivine

📋 copy color: '#9BC264'

red 155 ◦ green 194 ◦ blue 100

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

Shades of Olivine #9BC264

Tints of Olivine #9BC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 100 (39.45% from 255) = 22.27%

R = 34.52%
G = 43.21%
B = 22.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9BC264 (or 0x9BC264) is known color: Olivine. HEX triplet: 9B, C2 and 64. RGB value is (155,194,100). Sum of RGB (Red+Green+Blue) = 155+194+100=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC264 is #643D9B. Grayscale: #ABABAB. Windows color (decimal): -6569372 or 6603419. OLE color: 6603419.

HSL color Cylindrical-coordinate representation of color #9BC264: hue angle of 84.89º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BC264 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 100 -
CMYK 0.20 0 0.48 0.24
HSL 84.89º 0.44% 0.58% -
HSV(B) 84.89º 0.48% 0.76% -
XYZ 35.11 46.47 19.18 -
YUV 171.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 155 194 100 0.20 0 0.48 0.24 84.89 0.44 0.58
Hex 9B C2 64 14 0 30 18 55 2C 3A
Octal 233 302 144 24 0 60 30 125 54 72
Binary 10011011 11000010 1100100 10100 0 110000 11000 1010101 101100 111010

Color Harmonies of #9BC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC264

Black with #9BC264

Text Example


Text Example

White with #9BC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,100); }

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

background-color css

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

 a { background-color: rgb(155,194,100); }

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

border-color css

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

 span { border-color: rgb(155,194,100); }

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