Html Css Color HEX #8B941C Citron

📋 copy color: '#8B941C'

red 139 ◦ green 148 ◦ blue 28

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

Shades of Citron #8B941C

Tints of Citron #8B941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 44.13%
G = 46.98%
B = 8.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#8B941C (or 0x8B941C) is known color: Citron. HEX triplet: 8B, 94 and 1C. RGB value is (139,148,28). Sum of RGB (Red+Green+Blue) = 139+148+28=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #8B941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B941C is #746BE3. Grayscale: #848484. Windows color (decimal): -7629796 or 1873035. OLE color: 1873035.

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

Color convert

RGB 139 148 28 -
CMYK 0.06 0 0.81 0.42
HSL 64.5º 0.68% 0.35% -
HSV(B) 64.5º 0.81% 0.58% -
XYZ 21.45 26.75 5.13 -
YUV 131.63 69.52 133.26 -
System Red Green Blue C M Y K H S L
Decimal 139 148 28 0.06 0 0.81 0.42 64.5 0.68 0.35
Hex 8B 94 1C 6 0 51 2A 40 44 23
Octal 213 224 34 6 0 121 52 100 104 43
Binary 10001011 10010100 11100 110 0 1010001 101010 1000000 1000100 100011

Color Harmonies of #8B941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B941C

Black with #8B941C

Text Example


Text Example

White with #8B941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,28); }

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

background-color css

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

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

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

border-color css

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

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

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