Html Css Color HEX #9BA514 Citron

📋 copy color: '#9BA514'

red 155 ◦ green 165 ◦ blue 20

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

Shades of Citron #9BA514

Tints of Citron #9BA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 45.59%
G = 48.53%
B = 5.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#9BA514 (or 0x9BA514) is known color: Citron. HEX triplet: 9B, A5 and 14. RGB value is (155,165,20). Sum of RGB (Red+Green+Blue) = 155+165+20=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA514 is #645AEB. Grayscale: #929292. Windows color (decimal): -6576876 or 1353115. OLE color: 1353115.

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

Color convert

RGB 155 165 20 -
CMYK 0.06 0 0.88 0.35
HSL 64.14º 0.78% 0.36% -
HSV(B) 64.14º 0.88% 0.65% -
XYZ 27.1 33.93 5.78 -
YUV 145.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 155 165 20 0.06 0 0.88 0.35 64.14 0.78 0.36
Hex 9B A5 14 6 0 58 23 40 4E 24
Octal 233 245 24 6 0 130 43 100 116 44
Binary 10011011 10100101 10100 110 0 1011000 100011 1000000 1001110 100100

Color Harmonies of #9BA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA514

Black with #9BA514

Text Example


Text Example

White with #9BA514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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