Html Css Color HEX #9BA202 Citrus

📋 copy color: '#9BA202'

red 155 ◦ green 162 ◦ blue 2

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

Shades of Citrus #9BA202

Tints of Citrus #9BA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

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

R = 48.59%
G = 50.78%
B = 0.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9BA202 (or 0x9BA202) is known color: Citrus. HEX triplet: 9B, A2 and 02. RGB value is (155,162,2). Sum of RGB (Red+Green+Blue) = 155+162+2=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA202 is #645DFD. Grayscale: #8E8E8E. Windows color (decimal): -6577662 or 172699. OLE color: 172699.

HSL color Cylindrical-coordinate representation of color #9BA202: hue angle of 62.63º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA202 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 2 -
CMYK 0.04 0 0.99 0.36
HSL 62.63º 0.98% 0.32% -
HSV(B) 62.63º 0.99% 0.64% -
XYZ 26.45 32.81 5 -
YUV 141.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 155 162 2 0.04 0 0.99 0.36 62.63 0.98 0.32
Hex 9B A2 2 4 0 63 24 3F 62 20
Octal 233 242 2 4 0 143 44 77 142 40
Binary 10011011 10100010 10 100 0 1100011 100100 111111 1100010 100000

Color Harmonies of #9BA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA202

Black with #9BA202

Text Example


Text Example

White with #9BA202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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