Html Css Color HEX #9BC201 Citrus

📋 copy color: '#9BC201'

red 155 ◦ green 194 ◦ blue 1

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

Shades of Citrus #9BC201

Tints of Citrus #9BC201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.29%
G = 55.43%
B = 0.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9BC201 (or 0x9BC201) is known color: Citrus. HEX triplet: 9B, C2 and 01. RGB value is (155,194,1). Sum of RGB (Red+Green+Blue) = 155+194+1=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC201 is #643DFE. Grayscale: #A1A1A1. Windows color (decimal): -6569471 or 115355. OLE color: 115355.

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

Color convert

RGB 155 194 1 -
CMYK 0.20 0 0.99 0.24
HSL 72.12º 0.99% 0.38% -
HSV(B) 72.12º 0.99% 0.76% -
XYZ 32.81 45.55 7.09 -
YUV 160.34 38.08 124.19 -
System Red Green Blue C M Y K H S L
Decimal 155 194 1 0.20 0 0.99 0.24 72.12 0.99 0.38
Hex 9B C2 1 14 0 63 18 48 63 26
Octal 233 302 1 24 0 143 30 110 143 46
Binary 10011011 11000010 1 10100 0 1100011 11000 1001000 1100011 100110

Color Harmonies of #9BC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC201

Black with #9BC201

Text Example


Text Example

White with #9BC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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