Html Css Color HEX #9BD06C Olivine

📋 copy color: '#9BD06C'

red 155 ◦ green 208 ◦ blue 108

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

Shades of Olivine #9BD06C

Tints of Olivine #9BD06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 32.91%
G = 44.16%
B = 22.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#9BD06C (or 0x9BD06C) is known color: Olivine. HEX triplet: 9B, D0 and 6C. RGB value is (155,208,108). Sum of RGB (Red+Green+Blue) = 155+208+108=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD06C is #642F93. Grayscale: #B5B5B5. Windows color (decimal): -6565780 or 7131291. OLE color: 7131291.

HSL color Cylindrical-coordinate representation of color #9BD06C: hue angle of 91.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BD06C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 108 -
CMYK 0.25 0 0.48 0.18
HSL 91.8º 0.52% 0.62% -
HSV(B) 91.8º 0.48% 0.82% -
XYZ 38.78 53.16 22.4 -
YUV 180.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 155 208 108 0.25 0 0.48 0.18 91.8 0.52 0.62
Hex 9B D0 6C 19 0 30 12 5C 34 3E
Octal 233 320 154 31 0 60 22 134 64 76
Binary 10011011 11010000 1101100 11001 0 110000 10010 1011100 110100 111110

Color Harmonies of #9BD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD06C

Black with #9BD06C

Text Example


Text Example

White with #9BD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,108); }

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

background-color css

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

 a { background-color: rgb(155,208,108); }

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

border-color css

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

 span { border-color: rgb(155,208,108); }

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