Html Css Color HEX #9BA820 Citron

📋 copy color: '#9BA820'

red 155 ◦ green 168 ◦ blue 32

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

Shades of Citron #9BA820

Tints of Citron #9BA820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 43.66%
G = 47.32%
B = 9.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#9BA820 (or 0x9BA820) is known color: Citron. HEX triplet: 9B, A8 and 20. RGB value is (155,168,32). Sum of RGB (Red+Green+Blue) = 155+168+32=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA820 is #6457DF. Grayscale: #959595. Windows color (decimal): -6576096 or 2140315. OLE color: 2140315.

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

Color convert

RGB 155 168 32 -
CMYK 0.08 0 0.81 0.34
HSL 65.74º 0.68% 0.39% -
HSV(B) 65.74º 0.81% 0.66% -
XYZ 27.78 35.08 6.67 -
YUV 148.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 155 168 32 0.08 0 0.81 0.34 65.74 0.68 0.39
Hex 9B A8 20 8 0 51 22 42 44 27
Octal 233 250 40 10 0 121 42 102 104 47
Binary 10011011 10101000 100000 1000 0 1010001 100010 1000010 1000100 100111

Color Harmonies of #9BA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA820

Black with #9BA820

Text Example


Text Example

White with #9BA820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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