Html Css Color HEX #9BA211 Citron

📋 copy color: '#9BA211'

red 155 ◦ green 162 ◦ blue 17

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

Shades of Citron #9BA211

Tints of Citron #9BA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 46.41%
G = 48.5%
B = 5.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#9BA211 (or 0x9BA211) is known color: Citron. HEX triplet: 9B, A2 and 11. RGB value is (155,162,17). Sum of RGB (Red+Green+Blue) = 155+162+17=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA211 is #645DEE. Grayscale: #8F8F8F. Windows color (decimal): -6577647 or 1155739. OLE color: 1155739.

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

Color convert

RGB 155 162 17 -
CMYK 0.04 0 0.90 0.36
HSL 62.9º 0.81% 0.35% -
HSV(B) 62.9º 0.9% 0.64% -
XYZ 26.54 32.85 5.47 -
YUV 143.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 155 162 17 0.04 0 0.90 0.36 62.9 0.81 0.35
Hex 9B A2 11 4 0 5A 24 3F 51 23
Octal 233 242 21 4 0 132 44 77 121 43
Binary 10011011 10100010 10001 100 0 1011010 100100 111111 1010001 100011

Color Harmonies of #9BA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA211

Black with #9BA211

Text Example


Text Example

White with #9BA211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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