Html Css Color HEX #9BC302 Citrus

📋 copy color: '#9BC302'

red 155 ◦ green 195 ◦ blue 2

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

Shades of Citrus #9BC302

Tints of Citrus #9BC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

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

R = 44.03%
G = 55.4%
B = 0.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#9BC302 (or 0x9BC302) is known color: Citrus. HEX triplet: 9B, C3 and 02. RGB value is (155,195,2). Sum of RGB (Red+Green+Blue) = 155+195+2=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC302 is #643CFD. Grayscale: #A1A1A1. Windows color (decimal): -6569214 or 181147. OLE color: 181147.

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

Color convert

RGB 155 195 2 -
CMYK 0.21 0 0.99 0.24
HSL 72.44º 0.98% 0.39% -
HSV(B) 72.44º 0.99% 0.76% -
XYZ 33.04 46 7.2 -
YUV 161.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 155 195 2 0.21 0 0.99 0.24 72.44 0.98 0.39
Hex 9B C3 2 15 0 63 18 48 62 27
Octal 233 303 2 25 0 143 30 110 142 47
Binary 10011011 11000011 10 10101 0 1100011 11000 1001000 1100010 100111

Color Harmonies of #9BC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC302

Black with #9BC302

Text Example


Text Example

White with #9BC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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