Html Css Color HEX #9BA82A Citron

📋 copy color: '#9BA82A'

red 155 ◦ green 168 ◦ blue 42

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

Shades of Citron #9BA82A

Tints of Citron #9BA82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.03%

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

R = 42.47%
G = 46.03%
B = 11.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#9BA82A (or 0x9BA82A) is known color: Citron. HEX triplet: 9B, A8 and 2A. RGB value is (155,168,42). Sum of RGB (Red+Green+Blue) = 155+168+42=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA82A is #6457D5. Grayscale: #969696. Windows color (decimal): -6576086 or 2795675. OLE color: 2795675.

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

Color convert

RGB 155 168 42 -
CMYK 0.08 0 0.75 0.34
HSL 66.19º 0.6% 0.41% -
HSV(B) 66.19º 0.75% 0.66% -
XYZ 27.94 35.14 7.5 -
YUV 149.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 155 168 42 0.08 0 0.75 0.34 66.19 0.6 0.41
Hex 9B A8 2A 8 0 4B 22 42 3C 29
Octal 233 250 52 10 0 113 42 102 74 51
Binary 10011011 10101000 101010 1000 0 1001011 100010 1000010 111100 101001

Color Harmonies of #9BA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA82A

Black with #9BA82A

Text Example


Text Example

White with #9BA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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