Html Css Color HEX #9BCB71 Olivine

📋 copy color: '#9BCB71'

red 155 ◦ green 203 ◦ blue 113

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

Shades of Olivine #9BCB71

Tints of Olivine #9BCB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 32.91%
G = 43.1%
B = 23.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#9BCB71 (or 0x9BCB71) is known color: Olivine. HEX triplet: 9B, CB and 71. RGB value is (155,203,113). Sum of RGB (Red+Green+Blue) = 155+203+113=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB71 is #64348E. Grayscale: #B2B2B2. Windows color (decimal): -6567055 or 7457691. OLE color: 7457691.

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

Color convert

RGB 155 203 113 -
CMYK 0.24 0 0.44 0.20
HSL 92º 0.46% 0.62% -
HSV(B) 92º 0.44% 0.8% -
XYZ 37.85 50.87 23.45 -
YUV 178.39 91.1 111.32 -
System Red Green Blue C M Y K H S L
Decimal 155 203 113 0.24 0 0.44 0.20 92 0.46 0.62
Hex 9B CB 71 18 0 2C 14 5C 2E 3E
Octal 233 313 161 30 0 54 24 134 56 76
Binary 10011011 11001011 1110001 11000 0 101100 10100 1011100 101110 111110

Color Harmonies of #9BCB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCB71

Black with #9BCB71

Text Example


Text Example

White with #9BCB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,203,113); }

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

background-color css

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

 a { background-color: rgb(155,203,113); }

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

border-color css

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

 span { border-color: rgb(155,203,113); }

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