Html Css Color HEX #9BB91D Bahia

📋 copy color: '#9BB91D'

red 155 ◦ green 185 ◦ blue 29

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

Shades of Bahia #9BB91D

Tints of Bahia #9BB91D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 42.01%
G = 50.14%
B = 7.86%

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

#9BB91D (or 0x9BB91D) is known color: Bahia. HEX triplet: 9B, B9 and 1D. RGB value is (155,185,29). Sum of RGB (Red+Green+Blue) = 155+185+29=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB91D is #6446E2. Grayscale: #9E9E9E. Windows color (decimal): -6571747 or 1948059. OLE color: 1948059.

HSL color Cylindrical-coordinate representation of color #9BB91D: hue angle of 71.54º degrees, saturation: 0.73, 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 #9BB91D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 29 -
CMYK 0.16 0 0.84 0.27
HSL 71.54º 0.73% 0.42% -
HSV(B) 71.54º 0.84% 0.73% -
XYZ 31.09 41.76 7.58 -
YUV 158.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 155 185 29 0.16 0 0.84 0.27 71.54 0.73 0.42
Hex 9B B9 1D 10 0 54 1B 48 49 2A
Octal 233 271 35 20 0 124 33 110 111 52
Binary 10011011 10111001 11101 10000 0 1010100 11011 1001000 1001001 101010

Color Harmonies of #9BB91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB91D

Black with #9BB91D

Text Example


Text Example

White with #9BB91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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