Html Css Color HEX #9BA510 Citrus

📋 copy color: '#9BA510'

red 155 ◦ green 165 ◦ blue 16

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

Shades of Citrus #9BA510

Tints of Citrus #9BA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 46.13%
G = 49.11%
B = 4.76%

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

#9BA510 (or 0x9BA510) is known color: Citrus. HEX triplet: 9B, A5 and 10. RGB value is (155,165,16). Sum of RGB (Red+Green+Blue) = 155+165+16=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA510 is #645AEF. Grayscale: #919191. Windows color (decimal): -6576880 or 1090971. OLE color: 1090971.

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

Color convert

RGB 155 165 16 -
CMYK 0.06 0 0.90 0.35
HSL 64.03º 0.82% 0.35% -
HSV(B) 64.03º 0.9% 0.65% -
XYZ 27.07 33.92 5.61 -
YUV 145.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 155 165 16 0.06 0 0.90 0.35 64.03 0.82 0.35
Hex 9B A5 10 6 0 5A 23 40 52 23
Octal 233 245 20 6 0 132 43 100 122 43
Binary 10011011 10100101 10000 110 0 1011010 100011 1000000 1010010 100011

Color Harmonies of #9BA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA510

Black with #9BA510

Text Example


Text Example

White with #9BA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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