Html Css Color HEX #9BC105 Citrus

📋 copy color: '#9BC105'

red 155 ◦ green 193 ◦ blue 5

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

Shades of Citrus #9BC105

Tints of Citrus #9BC105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 43.91%
G = 54.67%
B = 1.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#9BC105 (or 0x9BC105) is known color: Citrus. HEX triplet: 9B, C1 and 05. RGB value is (155,193,5). Sum of RGB (Red+Green+Blue) = 155+193+5=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC105 is #643EFA. Grayscale: #A0A0A0. Windows color (decimal): -6569723 or 377243. OLE color: 377243.

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

Color convert

RGB 155 193 5 -
CMYK 0.20 0 0.97 0.24
HSL 72.13º 0.95% 0.39% -
HSV(B) 72.13º 0.97% 0.76% -
XYZ 32.61 45.12 7.13 -
YUV 160.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 155 193 5 0.20 0 0.97 0.24 72.13 0.95 0.39
Hex 9B C1 5 14 0 61 18 48 5F 27
Octal 233 301 5 24 0 141 30 110 137 47
Binary 10011011 11000001 101 10100 0 1100001 11000 1001000 1011111 100111

Color Harmonies of #9BC105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC105

Black with #9BC105

Text Example


Text Example

White with #9BC105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,5); }

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

background-color css

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

 a { background-color: rgb(155,193,5); }

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

border-color css

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

 span { border-color: rgb(155,193,5); }

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