Html Css Color HEX #9BA52C Citron

📋 copy color: '#9BA52C'

red 155 ◦ green 165 ◦ blue 44

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

Shades of Citron #9BA52C

Tints of Citron #9BA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 42.58%
G = 45.33%
B = 12.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#9BA52C (or 0x9BA52C) is known color: Citron. HEX triplet: 9B, A5 and 2C. RGB value is (155,165,44). Sum of RGB (Red+Green+Blue) = 155+165+44=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA52C is #645AD3. Grayscale: #949494. Windows color (decimal): -6576852 or 2925979. OLE color: 2925979.

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

Color convert

RGB 155 165 44 -
CMYK 0.06 0 0.73 0.35
HSL 64.96º 0.58% 0.41% -
HSV(B) 64.96º 0.73% 0.65% -
XYZ 27.43 34.06 7.51 -
YUV 148.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 155 165 44 0.06 0 0.73 0.35 64.96 0.58 0.41
Hex 9B A5 2C 6 0 49 23 41 3A 29
Octal 233 245 54 6 0 111 43 101 72 51
Binary 10011011 10100101 101100 110 0 1001001 100011 1000001 111010 101001

Color Harmonies of #9BA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA52C

Black with #9BA52C

Text Example


Text Example

White with #9BA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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