Html Css Color HEX #9CBD5C Olivine

📋 copy color: '#9CBD5C'

red 156 ◦ green 189 ◦ blue 92

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

Shades of Olivine #9CBD5C

Tints of Olivine #9CBD5C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 35.7%
G = 43.25%
B = 21.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#9CBD5C (or 0x9CBD5C) is known color: Olivine. HEX triplet: 9C, BD and 5C. RGB value is (156,189,92). Sum of RGB (Red+Green+Blue) = 156+189+92=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD5C is #6342A3. Grayscale: #A8A8A8. Windows color (decimal): -6505124 or 6077852. OLE color: 6077852.

HSL color Cylindrical-coordinate representation of color #9CBD5C: hue angle of 80.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CBD5C is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 92 -
CMYK 0.17 0 0.51 0.26
HSL 80.41º 0.42% 0.55% -
HSV(B) 80.41º 0.51% 0.74% -
XYZ 33.84 44.24 16.88 -
YUV 168.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 156 189 92 0.17 0 0.51 0.26 80.41 0.42 0.55
Hex 9C BD 5C 11 0 33 1A 50 2A 37
Octal 234 275 134 21 0 63 32 120 52 67
Binary 10011100 10111101 1011100 10001 0 110011 11010 1010000 101010 110111

Color Harmonies of #9CBD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD5C

Black with #9CBD5C

Text Example


Text Example

White with #9CBD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,92); }

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

background-color css

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

 a { background-color: rgb(156,189,92); }

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

border-color css

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

 span { border-color: rgb(156,189,92); }

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