Html Css Color HEX #9BCA4B Atlantis

📋 copy color: '#9BCA4B'

red 155 ◦ green 202 ◦ blue 75

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

Shades of Atlantis #9BCA4B

Tints of Atlantis #9BCA4B

RGB

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

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

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

R = 35.88%
G = 46.76%
B = 17.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#9BCA4B (or 0x9BCA4B) is known color: Atlantis. HEX triplet: 9B, CA and 4B. RGB value is (155,202,75). Sum of RGB (Red+Green+Blue) = 155+202+75=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCA4B is #6435B4. Grayscale: #ADADAD. Windows color (decimal): -6567349 or 4967067. OLE color: 4967067.

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

Color convert

RGB 155 202 75 -
CMYK 0.23 0 0.63 0.21
HSL 82.2º 0.55% 0.54% -
HSV(B) 82.2º 0.63% 0.79% -
XYZ 35.91 49.72 14.36 -
YUV 173.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 155 202 75 0.23 0 0.63 0.21 82.2 0.55 0.54
Hex 9B CA 4B 17 0 3F 15 52 37 36
Octal 233 312 113 27 0 77 25 122 67 66
Binary 10011011 11001010 1001011 10111 0 111111 10101 1010010 110111 110110

Color Harmonies of #9BCA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA4B

Black with #9BCA4B

Text Example


Text Example

White with #9BCA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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