Html Css Color HEX #9BC210 Citrus

📋 copy color: '#9BC210'

red 155 ◦ green 194 ◦ blue 16

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

Shades of Citrus #9BC210

Tints of Citrus #9BC210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.15%

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

R = 42.47%
G = 53.15%
B = 4.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#9BC210 (or 0x9BC210) is known color: Citrus. HEX triplet: 9B, C2 and 10. RGB value is (155,194,16). Sum of RGB (Red+Green+Blue) = 155+194+16=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC210 is #643DEF. Grayscale: #A2A2A2. Windows color (decimal): -6569456 or 1098395. OLE color: 1098395.

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

Color convert

RGB 155 194 16 -
CMYK 0.20 0 0.92 0.24
HSL 73.15º 0.85% 0.41% -
HSV(B) 73.15º 0.92% 0.76% -
XYZ 32.9 45.59 7.56 -
YUV 162.05 45.58 122.97 -
System Red Green Blue C M Y K H S L
Decimal 155 194 16 0.20 0 0.92 0.24 73.15 0.85 0.41
Hex 9B C2 10 14 0 5C 18 49 55 29
Octal 233 302 20 24 0 134 30 111 125 51
Binary 10011011 11000010 10000 10100 0 1011100 11000 1001001 1010101 101001

Color Harmonies of #9BC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC210

Black with #9BC210

Text Example


Text Example

White with #9BC210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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