Html Css Color HEX #9BD217 Bahia

📋 copy color: '#9BD217'

red 155 ◦ green 210 ◦ blue 23

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

Shades of Bahia #9BD217

Tints of Bahia #9BD217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.12%

 BLUE value IS 23 (9.38% from 255) = 5.93%

R = 39.95%
G = 54.12%
B = 5.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#9BD217 (or 0x9BD217) is known color: Bahia. HEX triplet: 9B, D2 and 17. RGB value is (155,210,23). Sum of RGB (Red+Green+Blue) = 155+210+23=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD217 is #642DE8. Grayscale: #ACACAC. Windows color (decimal): -6565353 or 1561243. OLE color: 1561243.

HSL color Cylindrical-coordinate representation of color #9BD217: hue angle of 77.65º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BD217 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 23 -
CMYK 0.26 0 0.89 0.18
HSL 77.65º 0.8% 0.46% -
HSV(B) 77.65º 0.89% 0.82% -
XYZ 36.72 53.12 9.13 -
YUV 172.24 43.78 115.71 -
System Red Green Blue C M Y K H S L
Decimal 155 210 23 0.26 0 0.89 0.18 77.65 0.8 0.46
Hex 9B D2 17 1A 0 59 12 4E 50 2E
Octal 233 322 27 32 0 131 22 116 120 56
Binary 10011011 11010010 10111 11010 0 1011001 10010 1001110 1010000 101110

Color Harmonies of #9BD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD217

Black with #9BD217

Text Example


Text Example

White with #9BD217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,23); }

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

background-color css

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

 a { background-color: rgb(155,210,23); }

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

border-color css

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

 span { border-color: rgb(155,210,23); }

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