Html Css Color HEX #9BA532 Citron

📋 copy color: '#9BA532'

red 155 ◦ green 165 ◦ blue 50

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

Shades of Citron #9BA532

Tints of Citron #9BA532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 41.89%
G = 44.59%
B = 13.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#9BA532 (or 0x9BA532) is known color: Citron. HEX triplet: 9B, A5 and 32. RGB value is (155,165,50). Sum of RGB (Red+Green+Blue) = 155+165+50=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA532 is #645ACD. Grayscale: #959595. Windows color (decimal): -6576846 or 3319195. OLE color: 3319195.

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

Color convert

RGB 155 165 50 -
CMYK 0.06 0 0.70 0.35
HSL 65.22º 0.53% 0.42% -
HSV(B) 65.22º 0.7% 0.65% -
XYZ 27.55 34.11 8.15 -
YUV 148.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 155 165 50 0.06 0 0.70 0.35 65.22 0.53 0.42
Hex 9B A5 32 6 0 46 23 41 35 2A
Octal 233 245 62 6 0 106 43 101 65 52
Binary 10011011 10100101 110010 110 0 1000110 100011 1000001 110101 101010

Color Harmonies of #9BA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA532

Black with #9BA532

Text Example


Text Example

White with #9BA532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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