Html Css Color HEX #9DBE4C Atlantis

📋 copy color: '#9DBE4C'

red 157 ◦ green 190 ◦ blue 76

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

Shades of Atlantis #9DBE4C

Tints of Atlantis #9DBE4C

RGB

 RED value IS 157 (61.72% from 255) = 37.12%

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 37.12%
G = 44.92%
B = 17.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#9DBE4C (or 0x9DBE4C) is known color: Atlantis. HEX triplet: 9D, BE and 4C. RGB value is (157,190,76). Sum of RGB (Red+Green+Blue) = 157+190+76=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE4C is #6241B3. Grayscale: #A7A7A7. Windows color (decimal): -6439348 or 5029533. OLE color: 5029533.

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

Color convert

RGB 157 190 76 -
CMYK 0.17 0 0.60 0.25
HSL 77.37º 0.47% 0.52% -
HSV(B) 77.37º 0.6% 0.75% -
XYZ 33.62 44.52 13.66 -
YUV 167.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 157 190 76 0.17 0 0.60 0.25 77.37 0.47 0.52
Hex 9D BE 4C 11 0 3C 19 4D 2F 34
Octal 235 276 114 21 0 74 31 115 57 64
Binary 10011101 10111110 1001100 10001 0 111100 11001 1001101 101111 110100

Color Harmonies of #9DBE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE4C

Black with #9DBE4C

Text Example


Text Example

White with #9DBE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBE4C; }

 p { color: rgb(157,190,76); }

 H1.HeaderClassName
 {
   color: #9DBE4C;
 }
 .AnyTagClassName
 {
   color: #9DBE4C;
 }
</style>

background-color css

<style>
 a { background-color: #9DBE4C; }

 a { background-color: rgb(157,190,76); }

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

border-color css

<style>
 span { border-color: #9DBE4C; }

 span { border-color: rgb(157,190,76); }

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