Html Css Color HEX #99BF4D Atlantis

📋 copy color: '#99BF4D'

red 153 ◦ green 191 ◦ blue 77

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

Shades of Atlantis #99BF4D

Tints of Atlantis #99BF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 36.34%
G = 45.37%
B = 18.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#99BF4D (or 0x99BF4D) is known color: Atlantis. HEX triplet: 99, BF and 4D. RGB value is (153,191,77). Sum of RGB (Red+Green+Blue) = 153+191+77=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF4D is #6640B2. Grayscale: #A7A7A7. Windows color (decimal): -6701235 or 5095321. OLE color: 5095321.

HSL color Cylindrical-coordinate representation of color #99BF4D: hue angle of 80º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99BF4D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 77 -
CMYK 0.20 0 0.60 0.25
HSL 80º 0.47% 0.53% -
HSV(B) 80º 0.6% 0.75% -
XYZ 33.11 44.57 13.88 -
YUV 166.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 153 191 77 0.20 0 0.60 0.25 80 0.47 0.53
Hex 99 BF 4D 14 0 3C 19 50 2F 35
Octal 231 277 115 24 0 74 31 120 57 65
Binary 10011001 10111111 1001101 10100 0 111100 11001 1010000 101111 110101

Color Harmonies of #99BF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF4D

Black with #99BF4D

Text Example


Text Example

White with #99BF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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