Html Css Color HEX #9BC010 Citrus

📋 copy color: '#9BC010'

red 155 ◦ green 192 ◦ blue 16

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

Shades of Citrus #9BC010

Tints of Citrus #9BC010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 42.7%
G = 52.89%
B = 4.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#9BC010 (or 0x9BC010) is known color: Citrus. HEX triplet: 9B, C0 and 10. RGB value is (155,192,16). Sum of RGB (Red+Green+Blue) = 155+192+16=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC010 is #643FEF. Grayscale: #A1A1A1. Windows color (decimal): -6569968 or 1097883. OLE color: 1097883.

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

Color convert

RGB 155 192 16 -
CMYK 0.19 0 0.92 0.25
HSL 72.61º 0.85% 0.41% -
HSV(B) 72.61º 0.92% 0.75% -
XYZ 32.46 44.71 7.41 -
YUV 160.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 155 192 16 0.19 0 0.92 0.25 72.61 0.85 0.41
Hex 9B C0 10 13 0 5C 19 49 55 29
Octal 233 300 20 23 0 134 31 111 125 51
Binary 10011011 11000000 10000 10011 0 1011100 11001 1001001 1010101 101001

Color Harmonies of #9BC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC010

Black with #9BC010

Text Example


Text Example

White with #9BC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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