Html Css Color HEX #9BA107 Citrus

📋 copy color: '#9BA107'

red 155 ◦ green 161 ◦ blue 7

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

Shades of Citrus #9BA107

Tints of Citrus #9BA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 47.99%
G = 49.85%
B = 2.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#9BA107 (or 0x9BA107) is known color: Citrus. HEX triplet: 9B, A1 and 07. RGB value is (155,161,7). Sum of RGB (Red+Green+Blue) = 155+161+7=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA107 is #645EF8. Grayscale: #8E8E8E. Windows color (decimal): -6577913 or 500123. OLE color: 500123.

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

Color convert

RGB 155 161 7 -
CMYK 0.04 0 0.96 0.37
HSL 62.34º 0.92% 0.33% -
HSV(B) 62.34º 0.96% 0.63% -
XYZ 26.3 32.47 5.08 -
YUV 141.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 155 161 7 0.04 0 0.96 0.37 62.34 0.92 0.33
Hex 9B A1 7 4 0 60 25 3E 5C 21
Octal 233 241 7 4 0 140 45 76 134 41
Binary 10011011 10100001 111 100 0 1100000 100101 111110 1011100 100001

Color Harmonies of #9BA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA107

Black with #9BA107

Text Example


Text Example

White with #9BA107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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