Html Css Color HEX #9BA100 Citrus

📋 copy color: '#9BA100'

red 155 ◦ green 161 ◦ blue 0

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

Shades of Citrus #9BA100

Tints of Citrus #9BA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.05%
G = 50.95%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#9BA100 (or 0x9BA100) is known color: Citrus. HEX triplet: 9B, A1 and 00. RGB value is (155,161,0). Sum of RGB (Red+Green+Blue) = 155+161+0=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA100 is #645EFF. Grayscale: #8D8D8D. Windows color (decimal): -6577920 or 41371. OLE color: 41371.

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

Color convert

RGB 155 161 0 -
CMYK 0.04 0 1 0.37
HSL 62.24º 1% 0.32% -
HSV(B) 62.24º 1% 0.63% -
XYZ 26.26 32.46 4.88 -
YUV 140.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 155 161 0 0.04 0 1 0.37 62.24 1 0.32
Hex 9B A1 0 4 0 64 25 3E 64 20
Octal 233 241 0 4 0 144 45 76 144 40
Binary 10011011 10100001 0 100 0 1100100 100101 111110 1100100 100000

Color Harmonies of #9BA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA100

Black with #9BA100

Text Example


Text Example

White with #9BA100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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