Html Css Color HEX #9BC402 Citrus

📋 copy color: '#9BC402'

red 155 ◦ green 196 ◦ blue 2

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

Shades of Citrus #9BC402

Tints of Citrus #9BC402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

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

R = 43.91%
G = 55.52%
B = 0.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#9BC402 (or 0x9BC402) is known color: Citrus. HEX triplet: 9B, C4 and 02. RGB value is (155,196,2). Sum of RGB (Red+Green+Blue) = 155+196+2=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC402 is #643BFD. Grayscale: #A2A2A2. Windows color (decimal): -6568958 or 181403. OLE color: 181403.

HSL color Cylindrical-coordinate representation of color #9BC402: hue angle of 72.68º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC402 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 2 -
CMYK 0.21 0 0.99 0.23
HSL 72.68º 0.98% 0.39% -
HSV(B) 72.68º 0.99% 0.77% -
XYZ 33.27 46.45 7.27 -
YUV 161.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 155 196 2 0.21 0 0.99 0.23 72.68 0.98 0.39
Hex 9B C4 2 15 0 63 17 49 62 27
Octal 233 304 2 25 0 143 27 111 142 47
Binary 10011011 11000100 10 10101 0 1100011 10111 1001001 1100010 100111

Color Harmonies of #9BC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC402

Black with #9BC402

Text Example


Text Example

White with #9BC402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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