Html Css Color HEX #9CBE61 Olivine

📋 copy color: '#9CBE61'

red 156 ◦ green 190 ◦ blue 97

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

Shades of Olivine #9CBE61

Tints of Olivine #9CBE61

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 35.21%
G = 42.89%
B = 21.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9CBE61 (or 0x9CBE61) is known color: Olivine. HEX triplet: 9C, BE and 61. RGB value is (156,190,97). Sum of RGB (Red+Green+Blue) = 156+190+97=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE61 is #63419E. Grayscale: #A9A9A9. Windows color (decimal): -6504863 or 6405788. OLE color: 6405788.

HSL color Cylindrical-coordinate representation of color #9CBE61: hue angle of 81.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CBE61 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 190 97 -
CMYK 0.18 0 0.49 0.25
HSL 81.94º 0.42% 0.56% -
HSV(B) 81.94º 0.49% 0.75% -
XYZ 34.28 44.76 18.14 -
YUV 169.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 156 190 97 0.18 0 0.49 0.25 81.94 0.42 0.56
Hex 9C BE 61 12 0 31 19 52 2A 38
Octal 234 276 141 22 0 61 31 122 52 70
Binary 10011100 10111110 1100001 10010 0 110001 11001 1010010 101010 111000

Color Harmonies of #9CBE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE61

Black with #9CBE61

Text Example


Text Example

White with #9CBE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,97); }

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

background-color css

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

 a { background-color: rgb(156,190,97); }

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

border-color css

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

 span { border-color: rgb(156,190,97); }

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