Html Css Color HEX #9BBC5A Olivine

📋 copy color: '#9BBC5A'

red 155 ◦ green 188 ◦ blue 90

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

Shades of Olivine #9BBC5A

Tints of Olivine #9BBC5A

RGB

 RED value IS 155 (60.94% from 255) = 35.8%

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 35.8%
G = 43.42%
B = 20.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#9BBC5A (or 0x9BBC5A) is known color: Olivine. HEX triplet: 9B, BC and 5A. RGB value is (155,188,90). Sum of RGB (Red+Green+Blue) = 155+188+90=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC5A is #6443A5. Grayscale: #A7A7A7. Windows color (decimal): -6570918 or 5946523. OLE color: 5946523.

HSL color Cylindrical-coordinate representation of color #9BBC5A: hue angle of 80.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BBC5A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 90 -
CMYK 0.18 0 0.52 0.26
HSL 80.2º 0.42% 0.55% -
HSV(B) 80.2º 0.52% 0.74% -
XYZ 33.35 43.67 16.35 -
YUV 166.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 155 188 90 0.18 0 0.52 0.26 80.2 0.42 0.55
Hex 9B BC 5A 12 0 34 1A 50 2A 37
Octal 233 274 132 22 0 64 32 120 52 67
Binary 10011011 10111100 1011010 10010 0 110100 11010 1010000 101010 110111

Color Harmonies of #9BBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC5A

Black with #9BBC5A

Text Example


Text Example

White with #9BBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,90); }

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

background-color css

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

 a { background-color: rgb(155,188,90); }

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

border-color css

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

 span { border-color: rgb(155,188,90); }

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