Html Css Color HEX #99BF46 Atlantis

📋 copy color: '#99BF46'

red 153 ◦ green 191 ◦ blue 70

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

Shades of Atlantis #99BF46

Tints of Atlantis #99BF46

RGB

 RED value IS 153 (60.16% from 255) = 36.96%

 GREEN value IS 191 (75% from 255) = 46.14%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 36.96%
G = 46.14%
B = 16.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#99BF46 (or 0x99BF46) is known color: Atlantis. HEX triplet: 99, BF and 46. RGB value is (153,191,70). Sum of RGB (Red+Green+Blue) = 153+191+70=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF46 is #6640B9. Grayscale: #A6A6A6. Windows color (decimal): -6701242 or 4636569. OLE color: 4636569.

HSL color Cylindrical-coordinate representation of color #99BF46: hue angle of 78.84º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99BF46 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 70 -
CMYK 0.20 0 0.63 0.25
HSL 78.84º 0.49% 0.51% -
HSV(B) 78.84º 0.63% 0.75% -
XYZ 32.87 44.48 12.65 -
YUV 165.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 153 191 70 0.20 0 0.63 0.25 78.84 0.49 0.51
Hex 99 BF 46 14 0 3F 19 4F 31 33
Octal 231 277 106 24 0 77 31 117 61 63
Binary 10011001 10111111 1000110 10100 0 111111 11001 1001111 110001 110011

Color Harmonies of #99BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF46

Black with #99BF46

Text Example


Text Example

White with #99BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BF46; }

 p { color: rgb(153,191,70); }

 H1.HeaderClassName
 {
   color: #99BF46;
 }
 .AnyTagClassName
 {
   color: #99BF46;
 }
</style>

background-color css

<style>
 a { background-color: #99BF46; }

 a { background-color: rgb(153,191,70); }

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

border-color css

<style>
 span { border-color: #99BF46; }

 span { border-color: rgb(153,191,70); }

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