Html Css Color HEX #9BC000 Citrus

📋 copy color: '#9BC000'

red 155 ◦ green 192 ◦ blue 0

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

Shades of Citrus #9BC000

Tints of Citrus #9BC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

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

R = 44.67%
G = 55.33%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#9BC000 (or 0x9BC000) is known color: Citrus. HEX triplet: 9B, C0 and 00. RGB value is (155,192,0). Sum of RGB (Red+Green+Blue) = 155+192+0=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC000 is #643FFF. Grayscale: #9F9F9F. Windows color (decimal): -6569984 or 49307. OLE color: 49307.

HSL color Cylindrical-coordinate representation of color #9BC000: hue angle of 71.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BC000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 0 -
CMYK 0.19 0 1 0.25
HSL 71.56º 1% 0.38% -
HSV(B) 71.56º 1% 0.75% -
XYZ 32.37 44.67 6.92 -
YUV 159.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 155 192 0 0.19 0 1 0.25 71.56 1 0.38
Hex 9B C0 0 13 0 64 19 48 64 26
Octal 233 300 0 23 0 144 31 110 144 46
Binary 10011011 11000000 0 10011 0 1100100 11001 1001000 1100100 100110

Color Harmonies of #9BC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC000

Black with #9BC000

Text Example


Text Example

White with #9BC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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