Html Css Color HEX #9CBF71 Olivine

📋 copy color: '#9CBF71'

red 156 ◦ green 191 ◦ blue 113

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

Shades of Olivine #9CBF71

Tints of Olivine #9CBF71

RGB

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

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

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

R = 33.91%
G = 41.52%
B = 24.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#9CBF71 (or 0x9CBF71) is known color: Olivine. HEX triplet: 9C, BF and 71. RGB value is (156,191,113). Sum of RGB (Red+Green+Blue) = 156+191+113=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF71 is #63408E. Grayscale: #ABABAB. Windows color (decimal): -6504591 or 7454620. OLE color: 7454620.

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

Color convert

RGB 156 191 113 -
CMYK 0.18 0 0.41 0.25
HSL 86.92º 0.38% 0.6% -
HSV(B) 86.92º 0.41% 0.75% -
XYZ 35.32 45.52 22.55 -
YUV 171.64 94.9 116.84 -
System Red Green Blue C M Y K H S L
Decimal 156 191 113 0.18 0 0.41 0.25 86.92 0.38 0.6
Hex 9C BF 71 12 0 29 19 57 26 3C
Octal 234 277 161 22 0 51 31 127 46 74
Binary 10011100 10111111 1110001 10010 0 101001 11001 1010111 100110 111100

Color Harmonies of #9CBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF71

Black with #9CBF71

Text Example


Text Example

White with #9CBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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