Html Css Color HEX #9BA523 Citron

📋 copy color: '#9BA523'

red 155 ◦ green 165 ◦ blue 35

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

Shades of Citron #9BA523

Tints of Citron #9BA523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.86%

R = 43.66%
G = 46.48%
B = 9.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#9BA523 (or 0x9BA523) is known color: Citron. HEX triplet: 9B, A5 and 23. RGB value is (155,165,35). Sum of RGB (Red+Green+Blue) = 155+165+35=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA523 is #645ADC. Grayscale: #939393. Windows color (decimal): -6576861 or 2336155. OLE color: 2336155.

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

Color convert

RGB 155 165 35 -
CMYK 0.06 0 0.79 0.35
HSL 64.62º 0.65% 0.39% -
HSV(B) 64.62º 0.79% 0.65% -
XYZ 27.28 34 6.72 -
YUV 147.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 155 165 35 0.06 0 0.79 0.35 64.62 0.65 0.39
Hex 9B A5 23 6 0 4F 23 41 41 27
Octal 233 245 43 6 0 117 43 101 101 47
Binary 10011011 10100101 100011 110 0 1001111 100011 1000001 1000001 100111

Color Harmonies of #9BA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA523

Black with #9BA523

Text Example


Text Example

White with #9BA523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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