Html Css Color HEX #9BA500 Citrus

📋 copy color: '#9BA500'

red 155 ◦ green 165 ◦ blue 0

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

Shades of Citrus #9BA500

Tints of Citrus #9BA500

RGB

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

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

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

R = 48.44%
G = 51.56%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#9BA500 (or 0x9BA500) is known color: Citrus. HEX triplet: 9B, A5 and 00. RGB value is (155,165,0). Sum of RGB (Red+Green+Blue) = 155+165+0=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA500 is #645AFF. Grayscale: #8F8F8F. Windows color (decimal): -6576896 or 42395. OLE color: 42395.

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

Color convert

RGB 155 165 0 -
CMYK 0.06 0 1 0.35
HSL 63.64º 1% 0.32% -
HSV(B) 63.64º 1% 0.65% -
XYZ 26.97 33.88 5.12 -
YUV 143.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 155 165 0 0.06 0 1 0.35 63.64 1 0.32
Hex 9B A5 0 6 0 64 23 40 64 20
Octal 233 245 0 6 0 144 43 100 144 40
Binary 10011011 10100101 0 110 0 1100100 100011 1000000 1100100 100000

Color Harmonies of #9BA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA500

Black with #9BA500

Text Example


Text Example

White with #9BA500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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