Html Css Color HEX #9BA62A Citron

📋 copy color: '#9BA62A'

red 155 ◦ green 166 ◦ blue 42

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

Shades of Citron #9BA62A

Tints of Citron #9BA62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.73%

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 42.7%
G = 45.73%
B = 11.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#9BA62A (or 0x9BA62A) is known color: Citron. HEX triplet: 9B, A6 and 2A. RGB value is (155,166,42). Sum of RGB (Red+Green+Blue) = 155+166+42=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA62A is #6459D5. Grayscale: #959595. Windows color (decimal): -6576598 or 2795163. OLE color: 2795163.

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

Color convert

RGB 155 166 42 -
CMYK 0.07 0 0.75 0.35
HSL 65.32º 0.6% 0.41% -
HSV(B) 65.32º 0.75% 0.65% -
XYZ 27.57 34.41 7.38 -
YUV 148.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 155 166 42 0.07 0 0.75 0.35 65.32 0.6 0.41
Hex 9B A6 2A 7 0 4B 23 41 3C 29
Octal 233 246 52 7 0 113 43 101 74 51
Binary 10011011 10100110 101010 111 0 1001011 100011 1000001 111100 101001

Color Harmonies of #9BA62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA62A

Black with #9BA62A

Text Example


Text Example

White with #9BA62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,42); }

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

background-color css

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

 a { background-color: rgb(155,166,42); }

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

border-color css

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

 span { border-color: rgb(155,166,42); }

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