Html Css Color HEX #9BB91E Bahia

📋 copy color: '#9BB91E'

red 155 ◦ green 185 ◦ blue 30

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

Shades of Bahia #9BB91E

Tints of Bahia #9BB91E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 8.11%

R = 41.89%
G = 50%
B = 8.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#9BB91E (or 0x9BB91E) is known color: Bahia. HEX triplet: 9B, B9 and 1E. RGB value is (155,185,30). Sum of RGB (Red+Green+Blue) = 155+185+30=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB91E is #6446E1. Grayscale: #9E9E9E. Windows color (decimal): -6571746 or 2013595. OLE color: 2013595.

HSL color Cylindrical-coordinate representation of color #9BB91E: hue angle of 71.61º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BB91E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 30 -
CMYK 0.16 0 0.84 0.27
HSL 71.61º 0.72% 0.42% -
HSV(B) 71.61º 0.84% 0.73% -
XYZ 31.1 41.76 7.65 -
YUV 158.36 55.56 125.6 -
System Red Green Blue C M Y K H S L
Decimal 155 185 30 0.16 0 0.84 0.27 71.61 0.72 0.42
Hex 9B B9 1E 10 0 54 1B 48 48 2A
Octal 233 271 36 20 0 124 33 110 110 52
Binary 10011011 10111001 11110 10000 0 1010100 11011 1001000 1001000 101010

Color Harmonies of #9BB91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB91E

Black with #9BB91E

Text Example


Text Example

White with #9BB91E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,30); }

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

background-color css

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

 a { background-color: rgb(155,185,30); }

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

border-color css

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

 span { border-color: rgb(155,185,30); }

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