Html Css Color HEX #93CC6D Olivine

📋 copy color: '#93CC6D'

red 147 ◦ green 204 ◦ blue 109

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

Shades of Olivine #93CC6D

Tints of Olivine #93CC6D

RGB

 RED value IS 147 (57.81% from 255) = 31.96%

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 31.96%
G = 44.35%
B = 23.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#93CC6D (or 0x93CC6D) is known color: Olivine. HEX triplet: 93, CC and 6D. RGB value is (147,204,109). Sum of RGB (Red+Green+Blue) = 147+204+109=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC6D is #6C3392. Grayscale: #B0B0B0. Windows color (decimal): -7091091 or 7195795. OLE color: 7195795.

HSL color Cylindrical-coordinate representation of color #93CC6D: hue angle of 96º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93CC6D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 109 -
CMYK 0.28 0 0.47 0.2
HSL 96º 0.48% 0.61% -
HSV(B) 96º 0.47% 0.8% -
XYZ 36.39 50.49 22.3 -
YUV 176.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 147 204 109 0.28 0 0.47 0.2 96 0.48 0.61
Hex 93 CC 6D 1C 0 2F 14 60 30 3D
Octal 223 314 155 34 0 57 24 140 60 75
Binary 10010011 11001100 1101101 11100 0 101111 10100 1100000 110000 111101

Color Harmonies of #93CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC6D

Black with #93CC6D

Text Example


Text Example

White with #93CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CC6D; }

 p { color: rgb(147,204,109); }

 H1.HeaderClassName
 {
   color: #93CC6D;
 }
 .AnyTagClassName
 {
   color: #93CC6D;
 }
</style>

background-color css

<style>
 a { background-color: #93CC6D; }

 a { background-color: rgb(147,204,109); }

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

border-color css

<style>
 span { border-color: #93CC6D; }

 span { border-color: rgb(147,204,109); }

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