Html Css Color HEX #99BC4B Atlantis

📋 copy color: '#99BC4B'

red 153 ◦ green 188 ◦ blue 75

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

Shades of Atlantis #99BC4B

Tints of Atlantis #99BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 36.78%
G = 45.19%
B = 18.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#99BC4B (or 0x99BC4B) is known color: Atlantis. HEX triplet: 99, BC and 4B. RGB value is (153,188,75). Sum of RGB (Red+Green+Blue) = 153+188+75=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC4B is #6643B4. Grayscale: #A5A5A5. Windows color (decimal): -6702005 or 4963481. OLE color: 4963481.

HSL color Cylindrical-coordinate representation of color #99BC4B: hue angle of 78.58º 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 #99BC4B is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 75 -
CMYK 0.19 0 0.60 0.26
HSL 78.58º 0.46% 0.52% -
HSV(B) 78.58º 0.6% 0.74% -
XYZ 32.39 43.25 13.3 -
YUV 164.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 153 188 75 0.19 0 0.60 0.26 78.58 0.46 0.52
Hex 99 BC 4B 13 0 3C 1A 4F 2E 34
Octal 231 274 113 23 0 74 32 117 56 64
Binary 10011001 10111100 1001011 10011 0 111100 11010 1001111 101110 110100

Color Harmonies of #99BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC4B

Black with #99BC4B

Text Example


Text Example

White with #99BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,75); }

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

background-color css

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

 a { background-color: rgb(153,188,75); }

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

border-color css

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

 span { border-color: rgb(153,188,75); }

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