Html Css Color HEX #9BC102 Citrus

📋 copy color: '#9BC102'

red 155 ◦ green 193 ◦ blue 2

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

Shades of Citrus #9BC102

Tints of Citrus #9BC102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 44.29%
G = 55.14%
B = 0.57%

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

#9BC102 (or 0x9BC102) is known color: Citrus. HEX triplet: 9B, C1 and 02. RGB value is (155,193,2). Sum of RGB (Red+Green+Blue) = 155+193+2=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC102 is #643EFD. Grayscale: #A0A0A0. Windows color (decimal): -6569726 or 180635. OLE color: 180635.

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

Color convert

RGB 155 193 2 -
CMYK 0.20 0 0.99 0.24
HSL 71.94º 0.98% 0.38% -
HSV(B) 71.94º 0.99% 0.76% -
XYZ 32.6 45.11 7.05 -
YUV 159.86 38.91 124.53 -
System Red Green Blue C M Y K H S L
Decimal 155 193 2 0.20 0 0.99 0.24 71.94 0.98 0.38
Hex 9B C1 2 14 0 63 18 48 62 26
Octal 233 301 2 24 0 143 30 110 142 46
Binary 10011011 11000001 10 10100 0 1100011 11000 1001000 1100010 100110

Color Harmonies of #9BC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC102

Black with #9BC102

Text Example


Text Example

White with #9BC102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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