Html Css Color HEX #9CB474 Olivine

📋 copy color: '#9CB474'

red 156 ◦ green 180 ◦ blue 116

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

Shades of Olivine #9CB474

Tints of Olivine #9CB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 34.51%
G = 39.82%
B = 25.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#9CB474 (or 0x9CB474) is known color: Olivine. HEX triplet: 9C, B4 and 74. RGB value is (156,180,116). Sum of RGB (Red+Green+Blue) = 156+180+116=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB474 is #634B8B. Grayscale: #A5A5A5. Windows color (decimal): -6507404 or 7648412. OLE color: 7648412.

HSL color Cylindrical-coordinate representation of color #9CB474: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB474 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 116 -
CMYK 0.13 0 0.36 0.29
HSL 82.5º 0.3% 0.58% -
HSV(B) 82.5º 0.36% 0.71% -
XYZ 33.18 40.97 22.68 -
YUV 165.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 156 180 116 0.13 0 0.36 0.29 82.5 0.3 0.58
Hex 9C B4 74 D 0 24 1D 52 1E 3A
Octal 234 264 164 15 0 44 35 122 36 72
Binary 10011100 10110100 1110100 1101 0 100100 11101 1010010 11110 111010

Color Harmonies of #9CB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB474

Black with #9CB474

Text Example


Text Example

White with #9CB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,116); }

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

background-color css

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

 a { background-color: rgb(156,180,116); }

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

border-color css

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

 span { border-color: rgb(156,180,116); }

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