Html Css Color HEX #9BBD18 Bahia

📋 copy color: '#9BBD18'

red 155 ◦ green 189 ◦ blue 24

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

Shades of Bahia #9BBD18

Tints of Bahia #9BBD18

RGB

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

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

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

R = 42.12%
G = 51.36%
B = 6.52%

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

#9BBD18 (or 0x9BBD18) is known color: Bahia. HEX triplet: 9B, BD and 18. RGB value is (155,189,24). Sum of RGB (Red+Green+Blue) = 155+189+24=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD18 is #6442E7. Grayscale: #A0A0A0. Windows color (decimal): -6570728 or 1621403. OLE color: 1621403.

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

Color convert

RGB 155 189 24 -
CMYK 0.18 0 0.87 0.26
HSL 72.36º 0.77% 0.42% -
HSV(B) 72.36º 0.87% 0.74% -
XYZ 31.88 43.43 7.57 -
YUV 160.02 51.24 124.42 -
System Red Green Blue C M Y K H S L
Decimal 155 189 24 0.18 0 0.87 0.26 72.36 0.77 0.42
Hex 9B BD 18 12 0 57 1A 48 4D 2A
Octal 233 275 30 22 0 127 32 110 115 52
Binary 10011011 10111101 11000 10010 0 1010111 11010 1001000 1001101 101010

Color Harmonies of #9BBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD18

Black with #9BBD18

Text Example


Text Example

White with #9BBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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