Html Css Color HEX #9BA516 Citron

📋 copy color: '#9BA516'

red 155 ◦ green 165 ◦ blue 22

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

Shades of Citron #9BA516

Tints of Citron #9BA516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 45.32%
G = 48.25%
B = 6.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#9BA516 (or 0x9BA516) is known color: Citron. HEX triplet: 9B, A5 and 16. RGB value is (155,165,22). Sum of RGB (Red+Green+Blue) = 155+165+22=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA516 is #645AE9. Grayscale: #929292. Windows color (decimal): -6576874 or 1484187. OLE color: 1484187.

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

Color convert

RGB 155 165 22 -
CMYK 0.06 0 0.87 0.35
HSL 64.2º 0.76% 0.37% -
HSV(B) 64.2º 0.87% 0.65% -
XYZ 27.12 33.94 5.88 -
YUV 145.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 155 165 22 0.06 0 0.87 0.35 64.2 0.76 0.37
Hex 9B A5 16 6 0 57 23 40 4C 25
Octal 233 245 26 6 0 127 43 100 114 45
Binary 10011011 10100101 10110 110 0 1010111 100011 1000000 1001100 100101

Color Harmonies of #9BA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA516

Black with #9BA516

Text Example


Text Example

White with #9BA516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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