Html Css Color HEX #9BBC18 Bahia

📋 copy color: '#9BBC18'

red 155 ◦ green 188 ◦ blue 24

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

Shades of Bahia #9BBC18

Tints of Bahia #9BBC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 42.23%
G = 51.23%
B = 6.54%

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

#9BBC18 (or 0x9BBC18) is known color: Bahia. HEX triplet: 9B, BC and 18. RGB value is (155,188,24). Sum of RGB (Red+Green+Blue) = 155+188+24=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC18 is #6443E7. Grayscale: #A0A0A0. Windows color (decimal): -6570984 or 1621147. OLE color: 1621147.

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

Color convert

RGB 155 188 24 -
CMYK 0.18 0 0.87 0.26
HSL 72.07º 0.77% 0.42% -
HSV(B) 72.07º 0.87% 0.74% -
XYZ 31.67 43 7.5 -
YUV 159.44 51.57 124.84 -
System Red Green Blue C M Y K H S L
Decimal 155 188 24 0.18 0 0.87 0.26 72.07 0.77 0.42
Hex 9B BC 18 12 0 57 1A 48 4D 2A
Octal 233 274 30 22 0 127 32 110 115 52
Binary 10011011 10111100 11000 10010 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9BBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC18

Black with #9BBC18

Text Example


Text Example

White with #9BBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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