Html Css Color HEX #99BD4A Atlantis

📋 copy color: '#99BD4A'

red 153 ◦ green 189 ◦ blue 74

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

Shades of Atlantis #99BD4A

Tints of Atlantis #99BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 36.78%
G = 45.43%
B = 17.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#99BD4A (or 0x99BD4A) is known color: Atlantis. HEX triplet: 99, BD and 4A. RGB value is (153,189,74). Sum of RGB (Red+Green+Blue) = 153+189+74=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD4A is #6642B5. Grayscale: #A5A5A5. Windows color (decimal): -6701750 or 4898201. OLE color: 4898201.

HSL color Cylindrical-coordinate representation of color #99BD4A: hue angle of 78.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99BD4A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 189 74 -
CMYK 0.19 0 0.61 0.26
HSL 78.78º 0.47% 0.52% -
HSV(B) 78.78º 0.61% 0.74% -
XYZ 32.57 43.66 13.19 -
YUV 165.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 153 189 74 0.19 0 0.61 0.26 78.78 0.47 0.52
Hex 99 BD 4A 13 0 3D 1A 4F 2F 34
Octal 231 275 112 23 0 75 32 117 57 64
Binary 10011001 10111101 1001010 10011 0 111101 11010 1001111 101111 110100

Color Harmonies of #99BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD4A

Black with #99BD4A

Text Example


Text Example

White with #99BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,189,74); }

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

background-color css

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

 a { background-color: rgb(153,189,74); }

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

border-color css

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

 span { border-color: rgb(153,189,74); }

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