Html Css Color HEX #9BBC19 Bahia

📋 copy color: '#9BBC19'

red 155 ◦ green 188 ◦ blue 25

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

Shades of Bahia #9BBC19

Tints of Bahia #9BBC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 42.12%
G = 51.09%
B = 6.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#9BBC19 (or 0x9BBC19) is known color: Bahia. HEX triplet: 9B, BC and 19. RGB value is (155,188,25). Sum of RGB (Red+Green+Blue) = 155+188+25=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC19 is #6443E6. Grayscale: #A0A0A0. Windows color (decimal): -6570983 or 1686683. OLE color: 1686683.

HSL color Cylindrical-coordinate representation of color #9BBC19: hue angle of 72.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BBC19 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 25 -
CMYK 0.18 0 0.87 0.26
HSL 72.15º 0.77% 0.42% -
HSV(B) 72.15º 0.87% 0.74% -
XYZ 31.68 43.01 7.55 -
YUV 159.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 155 188 25 0.18 0 0.87 0.26 72.15 0.77 0.42
Hex 9B BC 19 12 0 57 1A 48 4D 2A
Octal 233 274 31 22 0 127 32 110 115 52
Binary 10011011 10111100 11001 10010 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9BBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC19

Black with #9BBC19

Text Example


Text Example

White with #9BBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,25); }

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

background-color css

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

 a { background-color: rgb(155,188,25); }

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

border-color css

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

 span { border-color: rgb(155,188,25); }

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