Html Css Color HEX #9BC203 Citrus

📋 copy color: '#9BC203'

red 155 ◦ green 194 ◦ blue 3

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

Shades of Citrus #9BC203

Tints of Citrus #9BC203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 44.03%
G = 55.11%
B = 0.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#9BC203 (or 0x9BC203) is known color: Citrus. HEX triplet: 9B, C2 and 03. RGB value is (155,194,3). Sum of RGB (Red+Green+Blue) = 155+194+3=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC203 is #643DFC. Grayscale: #A1A1A1. Windows color (decimal): -6569469 or 246427. OLE color: 246427.

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

Color convert

RGB 155 194 3 -
CMYK 0.20 0 0.98 0.24
HSL 72.25º 0.97% 0.39% -
HSV(B) 72.25º 0.98% 0.76% -
XYZ 32.83 45.56 7.15 -
YUV 160.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 155 194 3 0.20 0 0.98 0.24 72.25 0.97 0.39
Hex 9B C2 3 14 0 62 18 48 61 27
Octal 233 302 3 24 0 142 30 110 141 47
Binary 10011011 11000010 11 10100 0 1100010 11000 1001000 1100001 100111

Color Harmonies of #9BC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC203

Black with #9BC203

Text Example


Text Example

White with #9BC203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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