Html Css Color HEX #9BC002 Citrus

📋 copy color: '#9BC002'

red 155 ◦ green 192 ◦ blue 2

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

Shades of Citrus #9BC002

Tints of Citrus #9BC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

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

R = 44.41%
G = 55.01%
B = 0.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#9BC002 (or 0x9BC002) is known color: Citrus. HEX triplet: 9B, C0 and 02. RGB value is (155,192,2). Sum of RGB (Red+Green+Blue) = 155+192+2=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC002 is #643FFD. Grayscale: #A0A0A0. Windows color (decimal): -6569982 or 180379. OLE color: 180379.

HSL color Cylindrical-coordinate representation of color #9BC002: hue angle of 71.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC002 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 2 -
CMYK 0.19 0 0.99 0.25
HSL 71.68º 0.98% 0.38% -
HSV(B) 71.68º 0.99% 0.75% -
XYZ 32.38 44.67 6.97 -
YUV 159.28 39.24 124.95 -
System Red Green Blue C M Y K H S L
Decimal 155 192 2 0.19 0 0.99 0.25 71.68 0.98 0.38
Hex 9B C0 2 13 0 63 19 48 62 26
Octal 233 300 2 23 0 143 31 110 142 46
Binary 10011011 11000000 10 10011 0 1100011 11001 1001000 1100010 100110

Color Harmonies of #9BC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC002

Black with #9BC002

Text Example


Text Example

White with #9BC002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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