Html Css Color HEX #9BC315 Bahia

📋 copy color: '#9BC315'

red 155 ◦ green 195 ◦ blue 21

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

Shades of Bahia #9BC315

Tints of Bahia #9BC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.56%

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 41.78%
G = 52.56%
B = 5.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#9BC315 (or 0x9BC315) is known color: Bahia. HEX triplet: 9B, C3 and 15. RGB value is (155,195,21). Sum of RGB (Red+Green+Blue) = 155+195+21=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC315 is #643CEA. Grayscale: #A3A3A3. Windows color (decimal): -6569195 or 1426331. OLE color: 1426331.

HSL color Cylindrical-coordinate representation of color #9BC315: hue angle of 73.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BC315 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 21 -
CMYK 0.21 0 0.89 0.24
HSL 73.79º 0.81% 0.42% -
HSV(B) 73.79º 0.89% 0.76% -
XYZ 33.17 46.05 7.85 -
YUV 163.2 47.75 122.15 -
System Red Green Blue C M Y K H S L
Decimal 155 195 21 0.21 0 0.89 0.24 73.79 0.81 0.42
Hex 9B C3 15 15 0 59 18 4A 51 2A
Octal 233 303 25 25 0 131 30 112 121 52
Binary 10011011 11000011 10101 10101 0 1011001 11000 1001010 1010001 101010

Color Harmonies of #9BC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC315

Black with #9BC315

Text Example


Text Example

White with #9BC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,195,21); }

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

background-color css

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

 a { background-color: rgb(155,195,21); }

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

border-color css

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

 span { border-color: rgb(155,195,21); }

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