Html Css Color HEX #9BA42C Citron

📋 copy color: '#9BA42C'

red 155 ◦ green 164 ◦ blue 44

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

Shades of Citron #9BA42C

Tints of Citron #9BA42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.18%

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

R = 42.7%
G = 45.18%
B = 12.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#9BA42C (or 0x9BA42C) is known color: Citron. HEX triplet: 9B, A4 and 2C. RGB value is (155,164,44). Sum of RGB (Red+Green+Blue) = 155+164+44=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA42C is #645BD3. Grayscale: #949494. Windows color (decimal): -6577108 or 2925723. OLE color: 2925723.

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

Color convert

RGB 155 164 44 -
CMYK 0.05 0 0.73 0.36
HSL 64.5º 0.58% 0.41% -
HSV(B) 64.5º 0.73% 0.64% -
XYZ 27.25 33.7 7.45 -
YUV 147.63 69.52 133.26 -
System Red Green Blue C M Y K H S L
Decimal 155 164 44 0.05 0 0.73 0.36 64.5 0.58 0.41
Hex 9B A4 2C 5 0 49 24 40 3A 29
Octal 233 244 54 5 0 111 44 100 72 51
Binary 10011011 10100100 101100 101 0 1001001 100100 1000000 111010 101001

Color Harmonies of #9BA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA42C

Black with #9BA42C

Text Example


Text Example

White with #9BA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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