Html Css Color HEX #9CBA62 Olivine

📋 copy color: '#9CBA62'

red 156 ◦ green 186 ◦ blue 98

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

Shades of Olivine #9CBA62

Tints of Olivine #9CBA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 35.45%
G = 42.27%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9CBA62 (or 0x9CBA62) is known color: Olivine. HEX triplet: 9C, BA and 62. RGB value is (156,186,98). Sum of RGB (Red+Green+Blue) = 156+186+98=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA62 is #63459D. Grayscale: #A7A7A7. Windows color (decimal): -6505886 or 6470300. OLE color: 6470300.

HSL color Cylindrical-coordinate representation of color #9CBA62: hue angle of 80.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CBA62 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 98 -
CMYK 0.16 0 0.47 0.27
HSL 80.45º 0.39% 0.56% -
HSV(B) 80.45º 0.47% 0.73% -
XYZ 33.47 43.07 18.1 -
YUV 167 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 156 186 98 0.16 0 0.47 0.27 80.45 0.39 0.56
Hex 9C BA 62 10 0 2F 1B 50 27 38
Octal 234 272 142 20 0 57 33 120 47 70
Binary 10011100 10111010 1100010 10000 0 101111 11011 1010000 100111 111000

Color Harmonies of #9CBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA62

Black with #9CBA62

Text Example


Text Example

White with #9CBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,186,98); }

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

background-color css

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

 a { background-color: rgb(156,186,98); }

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

border-color css

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

 span { border-color: rgb(156,186,98); }

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