Html Css Color HEX #9CB467 Olivine

📋 copy color: '#9CB467'

red 156 ◦ green 180 ◦ blue 103

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

Shades of Olivine #9CB467

Tints of Olivine #9CB467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 35.54%
G = 41%
B = 23.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#9CB467 (or 0x9CB467) is known color: Olivine. HEX triplet: 9C, B4 and 67. RGB value is (156,180,103). Sum of RGB (Red+Green+Blue) = 156+180+103=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB467 is #634B98. Grayscale: #A4A4A4. Windows color (decimal): -6507417 or 6796444. OLE color: 6796444.

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

Color convert

RGB 156 180 103 -
CMYK 0.13 0 0.43 0.29
HSL 78.7º 0.34% 0.55% -
HSV(B) 78.7º 0.43% 0.71% -
XYZ 32.48 40.69 18.97 -
YUV 164.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 156 180 103 0.13 0 0.43 0.29 78.7 0.34 0.55
Hex 9C B4 67 D 0 2B 1D 4F 22 37
Octal 234 264 147 15 0 53 35 117 42 67
Binary 10011100 10110100 1100111 1101 0 101011 11101 1001111 100010 110111

Color Harmonies of #9CB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB467

Black with #9CB467

Text Example


Text Example

White with #9CB467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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