Html Css Color HEX #9BA015 Citron

📋 copy color: '#9BA015'

red 155 ◦ green 160 ◦ blue 21

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

Shades of Citron #9BA015

Tints of Citron #9BA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 46.13%
G = 47.62%
B = 6.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#9BA015 (or 0x9BA015) is known color: Citron. HEX triplet: 9B, A0 and 15. RGB value is (155,160,21). Sum of RGB (Red+Green+Blue) = 155+160+21=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA015 is #645FEA. Grayscale: #8F8F8F. Windows color (decimal): -6578155 or 1417371. OLE color: 1417371.

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

Color convert

RGB 155 160 21 -
CMYK 0.03 0 0.87 0.37
HSL 62.16º 0.77% 0.35% -
HSV(B) 62.16º 0.87% 0.63% -
XYZ 26.22 32.16 5.54 -
YUV 142.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 155 160 21 0.03 0 0.87 0.37 62.16 0.77 0.35
Hex 9B A0 15 3 0 57 25 3E 4D 23
Octal 233 240 25 3 0 127 45 76 115 43
Binary 10011011 10100000 10101 11 0 1010111 100101 111110 1001101 100011

Color Harmonies of #9BA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA015

Black with #9BA015

Text Example


Text Example

White with #9BA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,21); }

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

background-color css

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

 a { background-color: rgb(155,160,21); }

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

border-color css

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

 span { border-color: rgb(155,160,21); }

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