Html Css Color HEX #9BA300 Citrus

📋 copy color: '#9BA300'

red 155 ◦ green 163 ◦ blue 0

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

Shades of Citrus #9BA300

Tints of Citrus #9BA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.26%

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

R = 48.74%
G = 51.26%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#9BA300 (or 0x9BA300) is known color: Citrus. HEX triplet: 9B, A3 and 00. RGB value is (155,163,0). Sum of RGB (Red+Green+Blue) = 155+163+0=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA300 is #645CFF. Grayscale: #8E8E8E. Windows color (decimal): -6577408 or 41883. OLE color: 41883.

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

Color convert

RGB 155 163 0 -
CMYK 0.05 0 1 0.36
HSL 62.94º 1% 0.32% -
HSV(B) 62.94º 1% 0.64% -
XYZ 26.61 33.16 5 -
YUV 142.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 155 163 0 0.05 0 1 0.36 62.94 1 0.32
Hex 9B A3 0 5 0 64 24 3F 64 20
Octal 233 243 0 5 0 144 44 77 144 40
Binary 10011011 10100011 0 101 0 1100100 100100 111111 1100100 100000

Color Harmonies of #9BA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA300

Black with #9BA300

Text Example


Text Example

White with #9BA300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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