Html Css Color HEX #9BCA52 Atlantis

📋 copy color: '#9BCA52'

red 155 ◦ green 202 ◦ blue 82

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

Shades of Atlantis #9BCA52

Tints of Atlantis #9BCA52

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 35.31%
G = 46.01%
B = 18.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#9BCA52 (or 0x9BCA52) is known color: Atlantis. HEX triplet: 9B, CA and 52. RGB value is (155,202,82). Sum of RGB (Red+Green+Blue) = 155+202+82=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA52 is #6435AD. Grayscale: #AEAEAE. Windows color (decimal): -6567342 or 5425819. OLE color: 5425819.

HSL color Cylindrical-coordinate representation of color #9BCA52: hue angle of 83.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BCA52 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 82 -
CMYK 0.23 0 0.59 0.21
HSL 83.5º 0.53% 0.56% -
HSV(B) 83.5º 0.59% 0.79% -
XYZ 36.16 49.82 15.69 -
YUV 174.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 155 202 82 0.23 0 0.59 0.21 83.5 0.53 0.56
Hex 9B CA 52 17 0 3B 15 54 35 38
Octal 233 312 122 27 0 73 25 124 65 70
Binary 10011011 11001010 1010010 10111 0 111011 10101 1010100 110101 111000

Color Harmonies of #9BCA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA52

Black with #9BCA52

Text Example


Text Example

White with #9BCA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,82); }

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

background-color css

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

 a { background-color: rgb(155,202,82); }

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

border-color css

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

 span { border-color: rgb(155,202,82); }

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