Html Css Color HEX #9BA115 Citron

📋 copy color: '#9BA115'

red 155 ◦ green 161 ◦ blue 21

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

Shades of Citron #9BA115

Tints of Citron #9BA115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

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

R = 45.99%
G = 47.77%
B = 6.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#9BA115 (or 0x9BA115) is known color: Citron. HEX triplet: 9B, A1 and 15. RGB value is (155,161,21). Sum of RGB (Red+Green+Blue) = 155+161+21=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA115 is #645EEA. Grayscale: #8F8F8F. Windows color (decimal): -6577899 or 1417627. OLE color: 1417627.

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

Color convert

RGB 155 161 21 -
CMYK 0.04 0 0.87 0.37
HSL 62.57º 0.77% 0.36% -
HSV(B) 62.57º 0.87% 0.63% -
XYZ 26.4 32.51 5.59 -
YUV 143.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 155 161 21 0.04 0 0.87 0.37 62.57 0.77 0.36
Hex 9B A1 15 4 0 57 25 3F 4D 24
Octal 233 241 25 4 0 127 45 77 115 44
Binary 10011011 10100001 10101 100 0 1010111 100101 111111 1001101 100100

Color Harmonies of #9BA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA115

Black with #9BA115

Text Example


Text Example

White with #9BA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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