Html Css Color HEX #9BCC10 Bahia

📋 copy color: '#9BCC10'

red 155 ◦ green 204 ◦ blue 16

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

Shades of Bahia #9BCC10

Tints of Bahia #9BCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 41.33%
G = 54.4%
B = 4.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#9BCC10 (or 0x9BCC10) is known color: Bahia. HEX triplet: 9B, CC and 10. RGB value is (155,204,16). Sum of RGB (Red+Green+Blue) = 155+204+16=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCC10 is #6433EF. Grayscale: #A8A8A8. Windows color (decimal): -6566896 or 1100955. OLE color: 1100955.

HSL color Cylindrical-coordinate representation of color #9BCC10: hue angle of 75.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BCC10 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 16 -
CMYK 0.24 0 0.92 0.2
HSL 75.64º 0.85% 0.43% -
HSV(B) 75.64º 0.92% 0.8% -
XYZ 35.2 50.19 8.32 -
YUV 167.92 42.27 118.79 -
System Red Green Blue C M Y K H S L
Decimal 155 204 16 0.24 0 0.92 0.2 75.64 0.85 0.43
Hex 9B CC 10 18 0 5C 14 4C 55 2B
Octal 233 314 20 30 0 134 24 114 125 53
Binary 10011011 11001100 10000 11000 0 1011100 10100 1001100 1010101 101011

Color Harmonies of #9BCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC10

Black with #9BCC10

Text Example


Text Example

White with #9BCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,204,16); }

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

background-color css

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

 a { background-color: rgb(155,204,16); }

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

border-color css

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

 span { border-color: rgb(155,204,16); }

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