Html Css Color HEX #9BA224 Citron

📋 copy color: '#9BA224'

red 155 ◦ green 162 ◦ blue 36

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

Shades of Citron #9BA224

Tints of Citron #9BA224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 43.91%
G = 45.89%
B = 10.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#9BA224 (or 0x9BA224) is known color: Citron. HEX triplet: 9B, A2 and 24. RGB value is (155,162,36). Sum of RGB (Red+Green+Blue) = 155+162+36=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA224 is #645DDB. Grayscale: #929292. Windows color (decimal): -6577628 or 2400923. OLE color: 2400923.

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

Color convert

RGB 155 162 36 -
CMYK 0.04 0 0.78 0.36
HSL 63.33º 0.64% 0.39% -
HSV(B) 63.33º 0.78% 0.64% -
XYZ 26.76 32.94 6.62 -
YUV 145.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 155 162 36 0.04 0 0.78 0.36 63.33 0.64 0.39
Hex 9B A2 24 4 0 4E 24 3F 40 27
Octal 233 242 44 4 0 116 44 77 100 47
Binary 10011011 10100010 100100 100 0 1001110 100100 111111 1000000 100111

Color Harmonies of #9BA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA224

Black with #9BA224

Text Example


Text Example

White with #9BA224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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