Html Css Color HEX #9BAC13 Citrus

📋 copy color: '#9BAC13'

red 155 ◦ green 172 ◦ blue 19

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

Shades of Citrus #9BAC13

Tints of Citrus #9BAC13

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

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

R = 44.8%
G = 49.71%
B = 5.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#9BAC13 (or 0x9BAC13) is known color: Citrus. HEX triplet: 9B, AC and 13. RGB value is (155,172,19). Sum of RGB (Red+Green+Blue) = 155+172+19=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC13 is #6453EC. Grayscale: #969696. Windows color (decimal): -6575085 or 1289371. OLE color: 1289371.

HSL color Cylindrical-coordinate representation of color #9BAC13: hue angle of 66.67º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BAC13 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 19 -
CMYK 0.10 0 0.89 0.33
HSL 66.67º 0.8% 0.37% -
HSV(B) 66.67º 0.89% 0.67% -
XYZ 28.39 36.52 6.17 -
YUV 149.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 155 172 19 0.10 0 0.89 0.33 66.67 0.8 0.37
Hex 9B AC 13 A 0 59 21 43 50 25
Octal 233 254 23 12 0 131 41 103 120 45
Binary 10011011 10101100 10011 1010 0 1011001 100001 1000011 1010000 100101

Color Harmonies of #9BAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC13

Black with #9BAC13

Text Example


Text Example

White with #9BAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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