Html Css Color HEX #9BD368 Olivine

📋 copy color: '#9BD368'

red 155 ◦ green 211 ◦ blue 104

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

Shades of Olivine #9BD368

Tints of Olivine #9BD368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 32.98%
G = 44.89%
B = 22.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#9BD368 (or 0x9BD368) is known color: Olivine. HEX triplet: 9B, D3 and 68. RGB value is (155,211,104). Sum of RGB (Red+Green+Blue) = 155+211+104=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD368 is #642C97. Grayscale: #B6B6B6. Windows color (decimal): -6565016 or 6869915. OLE color: 6869915.

HSL color Cylindrical-coordinate representation of color #9BD368: hue angle of 91.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BD368 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 104 -
CMYK 0.27 0 0.51 0.17
HSL 91.4º 0.55% 0.62% -
HSV(B) 91.4º 0.51% 0.83% -
XYZ 39.31 54.56 21.56 -
YUV 182.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 155 211 104 0.27 0 0.51 0.17 91.4 0.55 0.62
Hex 9B D3 68 1B 0 33 11 5B 37 3E
Octal 233 323 150 33 0 63 21 133 67 76
Binary 10011011 11010011 1101000 11011 0 110011 10001 1011011 110111 111110

Color Harmonies of #9BD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD368

Black with #9BD368

Text Example


Text Example

White with #9BD368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,104); }

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

background-color css

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

 a { background-color: rgb(155,211,104); }

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

border-color css

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

 span { border-color: rgb(155,211,104); }

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