Html Css Color HEX #9BA501 Citrus

📋 copy color: '#9BA501'

red 155 ◦ green 165 ◦ blue 1

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

Shades of Citrus #9BA501

Tints of Citrus #9BA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.4%

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

R = 48.29%
G = 51.4%
B = 0.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#9BA501 (or 0x9BA501) is known color: Citrus. HEX triplet: 9B, A5 and 01. RGB value is (155,165,1). Sum of RGB (Red+Green+Blue) = 155+165+1=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA501 is #645AFE. Grayscale: #8F8F8F. Windows color (decimal): -6576895 or 107931. OLE color: 107931.

HSL color Cylindrical-coordinate representation of color #9BA501: hue angle of 63.66º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 1 -
CMYK 0.06 0 0.99 0.35
HSL 63.66º 0.99% 0.33% -
HSV(B) 63.66º 0.99% 0.65% -
XYZ 26.98 33.88 5.15 -
YUV 143.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 155 165 1 0.06 0 0.99 0.35 63.66 0.99 0.33
Hex 9B A5 1 6 0 63 23 40 63 21
Octal 233 245 1 6 0 143 43 100 143 41
Binary 10011011 10100101 1 110 0 1100011 100011 1000000 1100011 100001

Color Harmonies of #9BA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA501

Black with #9BA501

Text Example


Text Example

White with #9BA501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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