Html Css Color HEX #9BB628 Bahia

📋 copy color: '#9BB628'

red 155 ◦ green 182 ◦ blue 40

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

Shades of Bahia #9BB628

Tints of Bahia #9BB628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 41.11%
G = 48.28%
B = 10.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#9BB628 (or 0x9BB628) is known color: Bahia. HEX triplet: 9B, B6 and 28. RGB value is (155,182,40). Sum of RGB (Red+Green+Blue) = 155+182+40=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB628 is #6449D7. Grayscale: #9E9E9E. Windows color (decimal): -6572504 or 2668187. OLE color: 2668187.

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

Color convert

RGB 155 182 40 -
CMYK 0.15 0 0.78 0.29
HSL 71.41º 0.64% 0.44% -
HSV(B) 71.41º 0.78% 0.71% -
XYZ 30.63 40.58 8.23 -
YUV 157.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 155 182 40 0.15 0 0.78 0.29 71.41 0.64 0.44
Hex 9B B6 28 F 0 4E 1D 47 40 2C
Octal 233 266 50 17 0 116 35 107 100 54
Binary 10011011 10110110 101000 1111 0 1001110 11101 1000111 1000000 101100

Color Harmonies of #9BB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB628

Black with #9BB628

Text Example


Text Example

White with #9BB628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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