Html Css Color HEX #93CA6B Olivine

📋 copy color: '#93CA6B'

red 147 ◦ green 202 ◦ blue 107

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

Shades of Olivine #93CA6B

Tints of Olivine #93CA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 32.24%
G = 44.3%
B = 23.46%

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

#93CA6B (or 0x93CA6B) is known color: Olivine. HEX triplet: 93, CA and 6B. RGB value is (147,202,107). Sum of RGB (Red+Green+Blue) = 147+202+107=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA6B is #6C3594. Grayscale: #AFAFAF. Windows color (decimal): -7091605 or 7064211. OLE color: 7064211.

HSL color Cylindrical-coordinate representation of color #93CA6B: hue angle of 94.74º 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 #93CA6B is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 107 -
CMYK 0.27 0 0.47 0.21
HSL 94.74º 0.47% 0.61% -
HSV(B) 94.74º 0.47% 0.79% -
XYZ 35.81 49.51 21.58 -
YUV 174.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 147 202 107 0.27 0 0.47 0.21 94.74 0.47 0.61
Hex 93 CA 6B 1B 0 2F 15 5F 2F 3D
Octal 223 312 153 33 0 57 25 137 57 75
Binary 10010011 11001010 1101011 11011 0 101111 10101 1011111 101111 111101

Color Harmonies of #93CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA6B

Black with #93CA6B

Text Example


Text Example

White with #93CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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