Html Css Color HEX #9CBE5A Olivine

📋 copy color: '#9CBE5A'

red 156 ◦ green 190 ◦ blue 90

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

Shades of Olivine #9CBE5A

Tints of Olivine #9CBE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 35.78%
G = 43.58%
B = 20.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#9CBE5A (or 0x9CBE5A) is known color: Olivine. HEX triplet: 9C, BE and 5A. RGB value is (156,190,90). Sum of RGB (Red+Green+Blue) = 156+190+90=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE5A is #6341A5. Grayscale: #A8A8A8. Windows color (decimal): -6504870 or 5947036. OLE color: 5947036.

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

Color convert

RGB 156 190 90 -
CMYK 0.18 0 0.53 0.25
HSL 80.4º 0.43% 0.55% -
HSV(B) 80.4º 0.53% 0.75% -
XYZ 33.97 44.63 16.5 -
YUV 168.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 156 190 90 0.18 0 0.53 0.25 80.4 0.43 0.55
Hex 9C BE 5A 12 0 35 19 50 2B 37
Octal 234 276 132 22 0 65 31 120 53 67
Binary 10011100 10111110 1011010 10010 0 110101 11001 1010000 101011 110111

Color Harmonies of #9CBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE5A

Black with #9CBE5A

Text Example


Text Example

White with #9CBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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