Html Css Color HEX #8B8B13 Citron

📋 copy color: '#8B8B13'

red 139 ◦ green 139 ◦ blue 19

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

Shades of Citron #8B8B13

Tints of Citron #8B8B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 46.8%
G = 46.8%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B8B13 (or 0x8B8B13) is known color: Citron. HEX triplet: 8B, 8B and 13. RGB value is (139,139,19). Sum of RGB (Red+Green+Blue) = 139+139+19=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8B13 is #7474EC. Grayscale: #7D7D7D. Windows color (decimal): -7632109 or 1280907. OLE color: 1280907.

HSL color Cylindrical-coordinate representation of color #8B8B13: hue angle of 60º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8B13 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 139 19 -
CMYK 0 0 0.86 0.45
HSL 60º 0.76% 0.31% -
HSV(B) 60º 0.86% 0.55% -
XYZ 20 24 4.19 -
YUV 125.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 139 139 19 0 0 0.86 0.45 60 0.76 0.31
Hex 8B 8B 13 0 0 56 2D 3C 4C 1F
Octal 213 213 23 0 0 126 55 74 114 37
Binary 10001011 10001011 10011 0 0 1010110 101101 111100 1001100 11111

Color Harmonies of #8B8B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8B13

Black with #8B8B13

Text Example


Text Example

White with #8B8B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,139,19); }

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

background-color css

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

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

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

border-color css

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

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

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