Html Css Color HEX #98BD4B Atlantis

📋 copy color: '#98BD4B'

red 152 ◦ green 189 ◦ blue 75

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

Shades of Atlantis #98BD4B

Tints of Atlantis #98BD4B

RGB

 RED value IS 152 (59.77% from 255) = 36.54%

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

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

R = 36.54%
G = 45.43%
B = 18.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#98BD4B (or 0x98BD4B) is known color: Atlantis. HEX triplet: 98, BD and 4B. RGB value is (152,189,75). Sum of RGB (Red+Green+Blue) = 152+189+75=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD4B is #6742B4. Grayscale: #A5A5A5. Windows color (decimal): -6767285 or 4963736. OLE color: 4963736.

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

Color convert

RGB 152 189 75 -
CMYK 0.20 0 0.60 0.26
HSL 79.47º 0.46% 0.52% -
HSV(B) 79.47º 0.6% 0.74% -
XYZ 32.42 43.58 13.36 -
YUV 164.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 152 189 75 0.20 0 0.60 0.26 79.47 0.46 0.52
Hex 98 BD 4B 14 0 3C 1A 4F 2E 34
Octal 230 275 113 24 0 74 32 117 56 64
Binary 10011000 10111101 1001011 10100 0 111100 11010 1001111 101110 110100

Color Harmonies of #98BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD4B

Black with #98BD4B

Text Example


Text Example

White with #98BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BD4B; }

 p { color: rgb(152,189,75); }

 H1.HeaderClassName
 {
   color: #98BD4B;
 }
 .AnyTagClassName
 {
   color: #98BD4B;
 }
</style>

background-color css

<style>
 a { background-color: #98BD4B; }

 a { background-color: rgb(152,189,75); }

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

border-color css

<style>
 span { border-color: #98BD4B; }

 span { border-color: rgb(152,189,75); }

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