Html Css Color HEX #93CA6C Olivine

📋 copy color: '#93CA6C'

red 147 ◦ green 202 ◦ blue 108

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

Shades of Olivine #93CA6C

Tints of Olivine #93CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

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

R = 32.17%
G = 44.2%
B = 23.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#93CA6C (or 0x93CA6C) is known color: Olivine. HEX triplet: 93, CA and 6C. RGB value is (147,202,108). Sum of RGB (Red+Green+Blue) = 147+202+108=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA6C is #6C3593. Grayscale: #AFAFAF. Windows color (decimal): -7091604 or 7129747. OLE color: 7129747.

HSL color Cylindrical-coordinate representation of color #93CA6C: hue angle of 95.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93CA6C is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 108 -
CMYK 0.27 0 0.47 0.21
HSL 95.11º 0.47% 0.61% -
HSV(B) 95.11º 0.47% 0.79% -
XYZ 35.86 49.53 21.86 -
YUV 174.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 147 202 108 0.27 0 0.47 0.21 95.11 0.47 0.61
Hex 93 CA 6C 1B 0 2F 15 5F 2F 3D
Octal 223 312 154 33 0 57 25 137 57 75
Binary 10010011 11001010 1101100 11011 0 101111 10101 1011111 101111 111101

Color Harmonies of #93CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA6C

Black with #93CA6C

Text Example


Text Example

White with #93CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,202,108); }

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

background-color css

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

 a { background-color: rgb(147,202,108); }

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

border-color css

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

 span { border-color: rgb(147,202,108); }

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