Html Css Color HEX #9BB61E Bahia

📋 copy color: '#9BB61E'

red 155 ◦ green 182 ◦ blue 30

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

Shades of Bahia #9BB61E

Tints of Bahia #9BB61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

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

R = 42.23%
G = 49.59%
B = 8.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#9BB61E (or 0x9BB61E) is known color: Bahia. HEX triplet: 9B, B6 and 1E. RGB value is (155,182,30). Sum of RGB (Red+Green+Blue) = 155+182+30=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB61E is #6449E1. Grayscale: #9D9D9D. Windows color (decimal): -6572514 or 2012827. OLE color: 2012827.

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

Color convert

RGB 155 182 30 -
CMYK 0.15 0 0.84 0.29
HSL 70.66º 0.72% 0.42% -
HSV(B) 70.66º 0.84% 0.71% -
XYZ 30.48 40.52 7.44 -
YUV 156.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 155 182 30 0.15 0 0.84 0.29 70.66 0.72 0.42
Hex 9B B6 1E F 0 54 1D 47 48 2A
Octal 233 266 36 17 0 124 35 107 110 52
Binary 10011011 10110110 11110 1111 0 1010100 11101 1000111 1001000 101010

Color Harmonies of #9BB61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB61E

Black with #9BB61E

Text Example


Text Example

White with #9BB61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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