Html Css Color HEX #96BD42 Atlantis

📋 copy color: '#96BD42'

red 150 ◦ green 189 ◦ blue 66

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

Shades of Atlantis #96BD42

Tints of Atlantis #96BD42

RGB

 RED value IS 150 (58.98% from 255) = 37.04%

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

 BLUE value IS 66 (26.17% from 255) = 16.3%

R = 37.04%
G = 46.67%
B = 16.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#96BD42 (or 0x96BD42) is known color: Atlantis. HEX triplet: 96, BD and 42. RGB value is (150,189,66). Sum of RGB (Red+Green+Blue) = 150+189+66=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD42 is #6942BD. Grayscale: #A3A3A3. Windows color (decimal): -6898366 or 4373910. OLE color: 4373910.

HSL color Cylindrical-coordinate representation of color #96BD42: hue angle of 79.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96BD42 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 66 -
CMYK 0.21 0 0.65 0.26
HSL 79.02º 0.48% 0.5% -
HSV(B) 79.02º 0.65% 0.74% -
XYZ 31.76 43.27 11.83 -
YUV 163.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 150 189 66 0.21 0 0.65 0.26 79.02 0.48 0.5
Hex 96 BD 42 15 0 41 1A 4F 30 32
Octal 226 275 102 25 0 101 32 117 60 62
Binary 10010110 10111101 1000010 10101 0 1000001 11010 1001111 110000 110010

Color Harmonies of #96BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD42

Black with #96BD42

Text Example


Text Example

White with #96BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BD42; }

 p { color: rgb(150,189,66); }

 H1.HeaderClassName
 {
   color: #96BD42;
 }
 .AnyTagClassName
 {
   color: #96BD42;
 }
</style>

background-color css

<style>
 a { background-color: #96BD42; }

 a { background-color: rgb(150,189,66); }

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

border-color css

<style>
 span { border-color: #96BD42; }

 span { border-color: rgb(150,189,66); }

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