Html Css Color HEX #9BBD19 Bahia

📋 copy color: '#9BBD19'

red 155 ◦ green 189 ◦ blue 25

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

Shades of Bahia #9BBD19

Tints of Bahia #9BBD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.22%

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

R = 42.01%
G = 51.22%
B = 6.78%

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

#9BBD19 (or 0x9BBD19) is known color: Bahia. HEX triplet: 9B, BD and 19. RGB value is (155,189,25). Sum of RGB (Red+Green+Blue) = 155+189+25=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD19 is #6442E6. Grayscale: #A0A0A0. Windows color (decimal): -6570727 or 1686939. OLE color: 1686939.

HSL color Cylindrical-coordinate representation of color #9BBD19: hue angle of 72.44º 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 #9BBD19 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 25 -
CMYK 0.18 0 0.87 0.26
HSL 72.44º 0.77% 0.42% -
HSV(B) 72.44º 0.87% 0.74% -
XYZ 31.89 43.43 7.62 -
YUV 160.14 51.74 124.34 -
System Red Green Blue C M Y K H S L
Decimal 155 189 25 0.18 0 0.87 0.26 72.44 0.77 0.42
Hex 9B BD 19 12 0 57 1A 48 4D 2A
Octal 233 275 31 22 0 127 32 110 115 52
Binary 10011011 10111101 11001 10010 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9BBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD19

Black with #9BBD19

Text Example


Text Example

White with #9BBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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