Html Css Color HEX #9BBA18 Citrus

📋 copy color: '#9BBA18'

red 155 ◦ green 186 ◦ blue 24

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

Shades of Citrus #9BBA18

Tints of Citrus #9BBA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.96%

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

R = 42.47%
G = 50.96%
B = 6.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#9BBA18 (or 0x9BBA18) is known color: Citrus. HEX triplet: 9B, BA and 18. RGB value is (155,186,24). Sum of RGB (Red+Green+Blue) = 155+186+24=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBA18 is #6445E7. Grayscale: #9E9E9E. Windows color (decimal): -6571496 or 1620635. OLE color: 1620635.

HSL color Cylindrical-coordinate representation of color #9BBA18: hue angle of 71.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BBA18 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 186 24 -
CMYK 0.17 0 0.87 0.27
HSL 71.48º 0.77% 0.41% -
HSV(B) 71.48º 0.87% 0.73% -
XYZ 31.24 42.15 7.35 -
YUV 158.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 155 186 24 0.17 0 0.87 0.27 71.48 0.77 0.41
Hex 9B BA 18 11 0 57 1B 47 4D 29
Octal 233 272 30 21 0 127 33 107 115 51
Binary 10011011 10111010 11000 10001 0 1010111 11011 1000111 1001101 101001

Color Harmonies of #9BBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA18

Black with #9BBA18

Text Example


Text Example

White with #9BBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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