Html Css Color HEX #9BC303 Citrus

📋 copy color: '#9BC303'

red 155 ◦ green 195 ◦ blue 3

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

Shades of Citrus #9BC303

Tints of Citrus #9BC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.24%

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

R = 43.91%
G = 55.24%
B = 0.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#9BC303 (or 0x9BC303) is known color: Citrus. HEX triplet: 9B, C3 and 03. RGB value is (155,195,3). Sum of RGB (Red+Green+Blue) = 155+195+3=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC303 is #643CFC. Grayscale: #A1A1A1. Windows color (decimal): -6569213 or 246683. OLE color: 246683.

HSL color Cylindrical-coordinate representation of color #9BC303: hue angle of 72.5º 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 #9BC303 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 3 -
CMYK 0.21 0 0.98 0.24
HSL 72.5º 0.97% 0.39% -
HSV(B) 72.5º 0.98% 0.76% -
XYZ 33.05 46.01 7.22 -
YUV 161.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 155 195 3 0.21 0 0.98 0.24 72.5 0.97 0.39
Hex 9B C3 3 15 0 62 18 48 61 27
Octal 233 303 3 25 0 142 30 110 141 47
Binary 10011011 11000011 11 10101 0 1100010 11000 1001000 1100001 100111

Color Harmonies of #9BC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC303

Black with #9BC303

Text Example


Text Example

White with #9BC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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