Html Css Color HEX #8B9322 Citron

📋 copy color: '#8B9322'

red 139 ◦ green 147 ◦ blue 34

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

Shades of Citron #8B9322

Tints of Citron #8B9322

RGB

 RED value IS 139 (54.69% from 255) = 43.44%

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 43.44%
G = 45.94%
B = 10.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#8B9322 (or 0x8B9322) is known color: Citron. HEX triplet: 8B, 93 and 22. RGB value is (139,147,34). Sum of RGB (Red+Green+Blue) = 139+147+34=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9322 is #746CDD. Grayscale: #848484. Windows color (decimal): -7630046 or 2265995. OLE color: 2265995.

HSL color Cylindrical-coordinate representation of color #8B9322: hue angle of 64.25º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B9322 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 34 -
CMYK 0.05 0 0.77 0.42
HSL 64.25º 0.62% 0.35% -
HSV(B) 64.25º 0.77% 0.58% -
XYZ 21.37 26.47 5.5 -
YUV 131.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 139 147 34 0.05 0 0.77 0.42 64.25 0.62 0.35
Hex 8B 93 22 5 0 4D 2A 40 3E 23
Octal 213 223 42 5 0 115 52 100 76 43
Binary 10001011 10010011 100010 101 0 1001101 101010 1000000 111110 100011

Color Harmonies of #8B9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9322

Black with #8B9322

Text Example


Text Example

White with #8B9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B9322; }

 p { color: rgb(139,147,34); }

 H1.HeaderClassName
 {
   color: #8B9322;
 }
 .AnyTagClassName
 {
   color: #8B9322;
 }
</style>

background-color css

<style>
 a { background-color: #8B9322; }

 a { background-color: rgb(139,147,34); }

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

border-color css

<style>
 span { border-color: #8B9322; }

 span { border-color: rgb(139,147,34); }

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