Html Css Color HEX #9BC64B Atlantis

📋 copy color: '#9BC64B'

red 155 ◦ green 198 ◦ blue 75

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

Shades of Atlantis #9BC64B

Tints of Atlantis #9BC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.26%

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

R = 36.21%
G = 46.26%
B = 17.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#9BC64B (or 0x9BC64B) is known color: Atlantis. HEX triplet: 9B, C6 and 4B. RGB value is (155,198,75). Sum of RGB (Red+Green+Blue) = 155+198+75=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC64B is #6439B4. Grayscale: #ABABAB. Windows color (decimal): -6568373 or 4966043. OLE color: 4966043.

HSL color Cylindrical-coordinate representation of color #9BC64B: hue angle of 80.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BC64B is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 75 -
CMYK 0.22 0 0.62 0.22
HSL 80.98º 0.52% 0.54% -
HSV(B) 80.98º 0.62% 0.78% -
XYZ 34.98 47.86 14.05 -
YUV 171.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 155 198 75 0.22 0 0.62 0.22 80.98 0.52 0.54
Hex 9B C6 4B 16 0 3E 16 51 34 36
Octal 233 306 113 26 0 76 26 121 64 66
Binary 10011011 11000110 1001011 10110 0 111110 10110 1010001 110100 110110

Color Harmonies of #9BC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC64B

Black with #9BC64B

Text Example


Text Example

White with #9BC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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