Html Css Color HEX #9BA209 Citrus

📋 copy color: '#9BA209'

red 155 ◦ green 162 ◦ blue 9

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

Shades of Citrus #9BA209

Tints of Citrus #9BA209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 47.55%
G = 49.69%
B = 2.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#9BA209 (or 0x9BA209) is known color: Citrus. HEX triplet: 9B, A2 and 09. RGB value is (155,162,9). Sum of RGB (Red+Green+Blue) = 155+162+9=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA209 is #645DF6. Grayscale: #8F8F8F. Windows color (decimal): -6577655 or 631451. OLE color: 631451.

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

Color convert

RGB 155 162 9 -
CMYK 0.04 0 0.94 0.36
HSL 62.75º 0.89% 0.34% -
HSV(B) 62.75º 0.94% 0.64% -
XYZ 26.49 32.83 5.2 -
YUV 142.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 155 162 9 0.04 0 0.94 0.36 62.75 0.89 0.34
Hex 9B A2 9 4 0 5E 24 3F 59 22
Octal 233 242 11 4 0 136 44 77 131 42
Binary 10011011 10100010 1001 100 0 1011110 100100 111111 1011001 100010

Color Harmonies of #9BA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA209

Black with #9BA209

Text Example


Text Example

White with #9BA209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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