Html Css Color HEX #9BA503 Citrus

📋 copy color: '#9BA503'

red 155 ◦ green 165 ◦ blue 3

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

Shades of Citrus #9BA503

Tints of Citrus #9BA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 47.99%
G = 51.08%
B = 0.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#9BA503 (or 0x9BA503) is known color: Citrus. HEX triplet: 9B, A5 and 03. RGB value is (155,165,3). Sum of RGB (Red+Green+Blue) = 155+165+3=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA503 is #645AFC. Grayscale: #909090. Windows color (decimal): -6576893 or 239003. OLE color: 239003.

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

Color convert

RGB 155 165 3 -
CMYK 0.06 0 0.98 0.35
HSL 63.7º 0.96% 0.33% -
HSV(B) 63.7º 0.98% 0.65% -
XYZ 26.99 33.89 5.2 -
YUV 143.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 155 165 3 0.06 0 0.98 0.35 63.7 0.96 0.33
Hex 9B A5 3 6 0 62 23 40 60 21
Octal 233 245 3 6 0 142 43 100 140 41
Binary 10011011 10100101 11 110 0 1100010 100011 1000000 1100000 100001

Color Harmonies of #9BA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA503

Black with #9BA503

Text Example


Text Example

White with #9BA503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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