Html Css Color HEX #93BD4C Atlantis

📋 copy color: '#93BD4C'

red 147 ◦ green 189 ◦ blue 76

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

Shades of Atlantis #93BD4C

Tints of Atlantis #93BD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 35.68%
G = 45.87%
B = 18.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#93BD4C (or 0x93BD4C) is known color: Atlantis. HEX triplet: 93, BD and 4C. RGB value is (147,189,76). Sum of RGB (Red+Green+Blue) = 147+189+76=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BD4C is #6C42B3. Grayscale: #A3A3A3. Windows color (decimal): -7094964 or 5029267. OLE color: 5029267.

HSL color Cylindrical-coordinate representation of color #93BD4C: hue angle of 82.3º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93BD4C is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 189 76 -
CMYK 0.22 0 0.60 0.26
HSL 82.3º 0.46% 0.52% -
HSV(B) 82.3º 0.6% 0.74% -
XYZ 31.53 43.12 13.5 -
YUV 163.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 147 189 76 0.22 0 0.60 0.26 82.3 0.46 0.52
Hex 93 BD 4C 16 0 3C 1A 52 2E 34
Octal 223 275 114 26 0 74 32 122 56 64
Binary 10010011 10111101 1001100 10110 0 111100 11010 1010010 101110 110100

Color Harmonies of #93BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BD4C

Black with #93BD4C

Text Example


Text Example

White with #93BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,189,76); }

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

background-color css

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

 a { background-color: rgb(147,189,76); }

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

border-color css

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

 span { border-color: rgb(147,189,76); }

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