Html Css Color HEX #9DBE4B Atlantis

📋 copy color: '#9DBE4B'

red 157 ◦ green 190 ◦ blue 75

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

Shades of Atlantis #9DBE4B

Tints of Atlantis #9DBE4B

RGB

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

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

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

R = 37.2%
G = 45.02%
B = 17.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9DBE4B (or 0x9DBE4B) is known color: Atlantis. HEX triplet: 9D, BE and 4B. RGB value is (157,190,75). Sum of RGB (Red+Green+Blue) = 157+190+75=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE4B is #6241B4. Grayscale: #A7A7A7. Windows color (decimal): -6439349 or 4963997. OLE color: 4963997.

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

Color convert

RGB 157 190 75 -
CMYK 0.17 0 0.61 0.25
HSL 77.22º 0.47% 0.52% -
HSV(B) 77.22º 0.61% 0.75% -
XYZ 33.59 44.5 13.48 -
YUV 167.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 157 190 75 0.17 0 0.61 0.25 77.22 0.47 0.52
Hex 9D BE 4B 11 0 3D 19 4D 2F 34
Octal 235 276 113 21 0 75 31 115 57 64
Binary 10011101 10111110 1001011 10001 0 111101 11001 1001101 101111 110100

Color Harmonies of #9DBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE4B

Black with #9DBE4B

Text Example


Text Example

White with #9DBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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