Html Css Color HEX #9BB313 Citrus

📋 copy color: '#9BB313'

red 155 ◦ green 179 ◦ blue 19

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

Shades of Citrus #9BB313

Tints of Citrus #9BB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.71%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 43.91%
G = 50.71%
B = 5.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#9BB313 (or 0x9BB313) is known color: Citrus. HEX triplet: 9B, B3 and 13. RGB value is (155,179,19). Sum of RGB (Red+Green+Blue) = 155+179+19=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB313 is #644CEC. Grayscale: #9A9A9A. Windows color (decimal): -6573293 or 1291163. OLE color: 1291163.

HSL color Cylindrical-coordinate representation of color #9BB313: hue angle of 69º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BB313 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 179 19 -
CMYK 0.13 0 0.89 0.30
HSL 69º 0.81% 0.39% -
HSV(B) 69º 0.89% 0.7% -
XYZ 29.76 39.26 6.62 -
YUV 153.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 155 179 19 0.13 0 0.89 0.30 69 0.81 0.39
Hex 9B B3 13 D 0 59 1E 45 51 27
Octal 233 263 23 15 0 131 36 105 121 47
Binary 10011011 10110011 10011 1101 0 1011001 11110 1000101 1010001 100111

Color Harmonies of #9BB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB313

Black with #9BB313

Text Example


Text Example

White with #9BB313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,19); }

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

background-color css

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

 a { background-color: rgb(155,179,19); }

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

border-color css

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

 span { border-color: rgb(155,179,19); }

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