Html Css Color HEX #9BA401 Citrus

📋 copy color: '#9BA401'

red 155 ◦ green 164 ◦ blue 1

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

Shades of Citrus #9BA401

Tints of Citrus #9BA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.25%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 48.44%
G = 51.25%
B = 0.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9BA401 (or 0x9BA401) is known color: Citrus. HEX triplet: 9B, A4 and 01. RGB value is (155,164,1). Sum of RGB (Red+Green+Blue) = 155+164+1=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA401 is #645BFE. Grayscale: #8F8F8F. Windows color (decimal): -6577151 or 107675. OLE color: 107675.

HSL color Cylindrical-coordinate representation of color #9BA401: hue angle of 63.31º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA401 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 1 -
CMYK 0.05 0 0.99 0.36
HSL 63.31º 0.99% 0.32% -
HSV(B) 63.31º 0.99% 0.64% -
XYZ 26.8 33.52 5.09 -
YUV 142.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 155 164 1 0.05 0 0.99 0.36 63.31 0.99 0.32
Hex 9B A4 1 5 0 63 24 3F 63 20
Octal 233 244 1 5 0 143 44 77 143 40
Binary 10011011 10100100 1 101 0 1100011 100100 111111 1100011 100000

Color Harmonies of #9BA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA401

Black with #9BA401

Text Example


Text Example

White with #9BA401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,1); }

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

background-color css

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

 a { background-color: rgb(155,164,1); }

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

border-color css

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

 span { border-color: rgb(155,164,1); }

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