Html Css Color HEX #9CCB5B Olivine

📋 copy color: '#9CCB5B'

red 156 ◦ green 203 ◦ blue 91

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

Shades of Olivine #9CCB5B

Tints of Olivine #9CCB5B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 34.67%
G = 45.11%
B = 20.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#9CCB5B (or 0x9CCB5B) is known color: Olivine. HEX triplet: 9C, CB and 5B. RGB value is (156,203,91). Sum of RGB (Red+Green+Blue) = 156+203+91=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB5B is #6334A4. Grayscale: #B0B0B0. Windows color (decimal): -6501541 or 6015900. OLE color: 6015900.

HSL color Cylindrical-coordinate representation of color #9CCB5B: hue angle of 85.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CCB5B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 203 91 -
CMYK 0.23 0 0.55 0.20
HSL 85.18º 0.52% 0.58% -
HSV(B) 85.18º 0.55% 0.8% -
XYZ 36.95 50.54 17.7 -
YUV 176.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 156 203 91 0.23 0 0.55 0.20 85.18 0.52 0.58
Hex 9C CB 5B 17 0 37 14 55 34 3A
Octal 234 313 133 27 0 67 24 125 64 72
Binary 10011100 11001011 1011011 10111 0 110111 10100 1010101 110100 111010

Color Harmonies of #9CCB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCB5B

Black with #9CCB5B

Text Example


Text Example

White with #9CCB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,91); }

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

background-color css

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

 a { background-color: rgb(156,203,91); }

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

border-color css

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

 span { border-color: rgb(156,203,91); }

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