Html Css Color HEX #9BA519 Citron

📋 copy color: '#9BA519'

red 155 ◦ green 165 ◦ blue 25

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

Shades of Citron #9BA519

Tints of Citron #9BA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.83%

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 44.93%
G = 47.83%
B = 7.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#9BA519 (or 0x9BA519) is known color: Citron. HEX triplet: 9B, A5 and 19. RGB value is (155,165,25). Sum of RGB (Red+Green+Blue) = 155+165+25=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA519 is #645AE6. Grayscale: #929292. Windows color (decimal): -6576871 or 1680795. OLE color: 1680795.

HSL color Cylindrical-coordinate representation of color #9BA519: hue angle of 64.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9BA519 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 25 -
CMYK 0.06 0 0.85 0.35
HSL 64.29º 0.74% 0.37% -
HSV(B) 64.29º 0.85% 0.65% -
XYZ 27.15 33.95 6.04 -
YUV 146.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 155 165 25 0.06 0 0.85 0.35 64.29 0.74 0.37
Hex 9B A5 19 6 0 55 23 40 4A 25
Octal 233 245 31 6 0 125 43 100 112 45
Binary 10011011 10100101 11001 110 0 1010101 100011 1000000 1001010 100101

Color Harmonies of #9BA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA519

Black with #9BA519

Text Example


Text Example

White with #9BA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,25); }

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

background-color css

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

 a { background-color: rgb(155,165,25); }

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

border-color css

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

 span { border-color: rgb(155,165,25); }

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