Html Css Color HEX #9BA223 Citron

📋 copy color: '#9BA223'

red 155 ◦ green 162 ◦ blue 35

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

Shades of Citron #9BA223

Tints of Citron #9BA223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.94%

R = 44.03%
G = 46.02%
B = 9.94%

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

#9BA223 (or 0x9BA223) is known color: Citron. HEX triplet: 9B, A2 and 23. RGB value is (155,162,35). Sum of RGB (Red+Green+Blue) = 155+162+35=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA223 is #645DDC. Grayscale: #919191. Windows color (decimal): -6577629 or 2335387. OLE color: 2335387.

HSL color Cylindrical-coordinate representation of color #9BA223: hue angle of 63.31º 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 #9BA223 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 35 -
CMYK 0.04 0 0.78 0.36
HSL 63.31º 0.64% 0.39% -
HSV(B) 63.31º 0.78% 0.64% -
XYZ 26.74 32.93 6.54 -
YUV 145.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 155 162 35 0.04 0 0.78 0.36 63.31 0.64 0.39
Hex 9B A2 23 4 0 4E 24 3F 40 27
Octal 233 242 43 4 0 116 44 77 100 47
Binary 10011011 10100010 100011 100 0 1001110 100100 111111 1000000 100111

Color Harmonies of #9BA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA223

Black with #9BA223

Text Example


Text Example

White with #9BA223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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