Html Css Color HEX #9BC06A Olivine

📋 copy color: '#9BC06A'

red 155 ◦ green 192 ◦ blue 106

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

Shades of Olivine #9BC06A

Tints of Olivine #9BC06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 34.22%
G = 42.38%
B = 23.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#9BC06A (or 0x9BC06A) is known color: Olivine. HEX triplet: 9B, C0 and 6A. RGB value is (155,192,106). Sum of RGB (Red+Green+Blue) = 155+192+106=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC06A is #643F95. Grayscale: #ABABAB. Windows color (decimal): -6569878 or 6996123. OLE color: 6996123.

HSL color Cylindrical-coordinate representation of color #9BC06A: hue angle of 85.81º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BC06A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 106 -
CMYK 0.19 0 0.45 0.25
HSL 85.81º 0.41% 0.58% -
HSV(B) 85.81º 0.45% 0.75% -
XYZ 34.97 45.71 20.62 -
YUV 171.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 155 192 106 0.19 0 0.45 0.25 85.81 0.41 0.58
Hex 9B C0 6A 13 0 2D 19 56 29 3A
Octal 233 300 152 23 0 55 31 126 51 72
Binary 10011011 11000000 1101010 10011 0 101101 11001 1010110 101001 111010

Color Harmonies of #9BC06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC06A

Black with #9BC06A

Text Example


Text Example

White with #9BC06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,106); }

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

background-color css

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

 a { background-color: rgb(155,192,106); }

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

border-color css

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

 span { border-color: rgb(155,192,106); }

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