Html Css Color HEX #9B9820 Citron

📋 copy color: '#9B9820'

red 155 ◦ green 152 ◦ blue 32

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

Shades of Citron #9B9820

Tints of Citron #9B9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

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

R = 45.72%
G = 44.84%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B9820 (or 0x9B9820) is known color: Citron. HEX triplet: 9B, 98 and 20. RGB value is (155,152,32). Sum of RGB (Red+Green+Blue) = 155+152+32=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9820 is #6467DF. Grayscale: #8B8B8B. Windows color (decimal): -6580192 or 2136219. OLE color: 2136219.

HSL color Cylindrical-coordinate representation of color #9B9820: hue angle of 58.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B9820 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 152 32 -
CMYK 0 0.02 0.79 0.39
HSL 58.54º 0.66% 0.37% -
HSV(B) 58.54º 0.79% 0.61% -
XYZ 25.01 29.53 5.75 -
YUV 139.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 155 152 32 0 0.02 0.79 0.39 58.54 0.66 0.37
Hex 9B 98 20 0 2 4F 27 3B 42 25
Octal 233 230 40 0 2 117 47 73 102 45
Binary 10011011 10011000 100000 0 10 1001111 100111 111011 1000010 100101

Color Harmonies of #9B9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9820

Black with #9B9820

Text Example


Text Example

White with #9B9820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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