Html Css Color HEX #9BC20B Citrus

📋 copy color: '#9BC20B'

red 155 ◦ green 194 ◦ blue 11

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

Shades of Citrus #9BC20B

Tints of Citrus #9BC20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 43.06%
G = 53.89%
B = 3.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#9BC20B (or 0x9BC20B) is known color: Citrus. HEX triplet: 9B, C2 and 0B. RGB value is (155,194,11). Sum of RGB (Red+Green+Blue) = 155+194+11=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC20B is #643DF4. Grayscale: #A2A2A2. Windows color (decimal): -6569461 or 770715. OLE color: 770715.

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

Color convert

RGB 155 194 11 -
CMYK 0.20 0 0.94 0.24
HSL 72.79º 0.89% 0.4% -
HSV(B) 72.79º 0.94% 0.76% -
XYZ 32.87 45.58 7.38 -
YUV 161.48 43.08 123.38 -
System Red Green Blue C M Y K H S L
Decimal 155 194 11 0.20 0 0.94 0.24 72.79 0.89 0.4
Hex 9B C2 B 14 0 5E 18 49 59 28
Octal 233 302 13 24 0 136 30 111 131 50
Binary 10011011 11000010 1011 10100 0 1011110 11000 1001001 1011001 101000

Color Harmonies of #9BC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC20B

Black with #9BC20B

Text Example


Text Example

White with #9BC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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