Html Css Color HEX #9BA511 Citrus

📋 copy color: '#9BA511'

red 155 ◦ green 165 ◦ blue 17

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

Shades of Citrus #9BA511

Tints of Citrus #9BA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

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

R = 45.99%
G = 48.96%
B = 5.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#9BA511 (or 0x9BA511) is known color: Citrus. HEX triplet: 9B, A5 and 11. RGB value is (155,165,17). Sum of RGB (Red+Green+Blue) = 155+165+17=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA511 is #645AEE. Grayscale: #919191. Windows color (decimal): -6576879 or 1156507. OLE color: 1156507.

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

Color convert

RGB 155 165 17 -
CMYK 0.06 0 0.90 0.35
HSL 64.05º 0.81% 0.36% -
HSV(B) 64.05º 0.9% 0.65% -
XYZ 27.07 33.92 5.65 -
YUV 145.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 155 165 17 0.06 0 0.90 0.35 64.05 0.81 0.36
Hex 9B A5 11 6 0 5A 23 40 51 24
Octal 233 245 21 6 0 132 43 100 121 44
Binary 10011011 10100101 10001 110 0 1011010 100011 1000000 1010001 100100

Color Harmonies of #9BA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA511

Black with #9BA511

Text Example


Text Example

White with #9BA511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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