Html Css Color HEX #9BA911 Citrus

📋 copy color: '#9BA911'

red 155 ◦ green 169 ◦ blue 17

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

Shades of Citrus #9BA911

Tints of Citrus #9BA911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.56%

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

R = 45.45%
G = 49.56%
B = 4.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#9BA911 (or 0x9BA911) is known color: Citrus. HEX triplet: 9B, A9 and 11. RGB value is (155,169,17). Sum of RGB (Red+Green+Blue) = 155+169+17=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA911 is #6456EE. Grayscale: #949494. Windows color (decimal): -6575855 or 1157531. OLE color: 1157531.

HSL color Cylindrical-coordinate representation of color #9BA911: hue angle of 65.53º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BA911 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 17 -
CMYK 0.08 0 0.90 0.34
HSL 65.53º 0.82% 0.36% -
HSV(B) 65.53º 0.9% 0.66% -
XYZ 27.81 35.38 5.89 -
YUV 147.49 54.36 133.36 -
System Red Green Blue C M Y K H S L
Decimal 155 169 17 0.08 0 0.90 0.34 65.53 0.82 0.36
Hex 9B A9 11 8 0 5A 22 42 52 24
Octal 233 251 21 10 0 132 42 102 122 44
Binary 10011011 10101001 10001 1000 0 1011010 100010 1000010 1010010 100100

Color Harmonies of #9BA911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA911

Black with #9BA911

Text Example


Text Example

White with #9BA911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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