Html Css Color HEX #9CB27A Olivine

📋 copy color: '#9CB27A'

red 156 ◦ green 178 ◦ blue 122

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

Shades of Olivine #9CB27A

Tints of Olivine #9CB27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 34.21%
G = 39.04%
B = 26.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#9CB27A (or 0x9CB27A) is known color: Olivine. HEX triplet: 9C, B2 and 7A. RGB value is (156,178,122). Sum of RGB (Red+Green+Blue) = 156+178+122=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB27A is #634D85. Grayscale: #A5A5A5. Windows color (decimal): -6507910 or 8041116. OLE color: 8041116.

HSL color Cylindrical-coordinate representation of color #9CB27A: hue angle of 83.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CB27A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 178 122 -
CMYK 0.12 0 0.31 0.30
HSL 83.57º 0.27% 0.59% -
HSV(B) 83.57º 0.31% 0.7% -
XYZ 33.14 40.31 24.45 -
YUV 165.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 156 178 122 0.12 0 0.31 0.30 83.57 0.27 0.59
Hex 9C B2 7A C 0 1F 1E 54 1B 3B
Octal 234 262 172 14 0 37 36 124 33 73
Binary 10011100 10110010 1111010 1100 0 11111 11110 1010100 11011 111011

Color Harmonies of #9CB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB27A

Black with #9CB27A

Text Example


Text Example

White with #9CB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,178,122); }

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

background-color css

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

 a { background-color: rgb(156,178,122); }

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

border-color css

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

 span { border-color: rgb(156,178,122); }

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