Html Css Color HEX #9BB900 Citrus

📋 copy color: '#9BB900'

red 155 ◦ green 185 ◦ blue 0

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

Shades of Citrus #9BB900

Tints of Citrus #9BB900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

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

R = 45.59%
G = 54.41%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#9BB900 (or 0x9BB900) is known color: Citrus. HEX triplet: 9B, B9 and 00. RGB value is (155,185,0). Sum of RGB (Red+Green+Blue) = 155+185+0=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB900 is #6446FF. Grayscale: #9B9B9B. Windows color (decimal): -6571776 or 47515. OLE color: 47515.

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

Color convert

RGB 155 185 0 -
CMYK 0.16 0 1 0.27
HSL 69.73º 1% 0.36% -
HSV(B) 69.73º 1% 0.73% -
XYZ 30.87 41.67 6.42 -
YUV 154.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 155 185 0 0.16 0 1 0.27 69.73 1 0.36
Hex 9B B9 0 10 0 64 1B 46 64 24
Octal 233 271 0 20 0 144 33 106 144 44
Binary 10011011 10111001 0 10000 0 1100100 11011 1000110 1100100 100100

Color Harmonies of #9BB900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB900

Black with #9BB900

Text Example


Text Example

White with #9BB900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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