Html Css Color HEX #8B942B Citron

📋 copy color: '#8B942B'

red 139 ◦ green 148 ◦ blue 43

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

Shades of Citron #8B942B

Tints of Citron #8B942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 42.12%
G = 44.85%
B = 13.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#8B942B (or 0x8B942B) is known color: Citron. HEX triplet: 8B, 94 and 2B. RGB value is (139,148,43). Sum of RGB (Red+Green+Blue) = 139+148+43=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #8B942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B942B is #746BD4. Grayscale: #858585. Windows color (decimal): -7629781 or 2856075. OLE color: 2856075.

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

Color convert

RGB 139 148 43 -
CMYK 0.06 0 0.71 0.42
HSL 65.14º 0.55% 0.37% -
HSV(B) 65.14º 0.71% 0.58% -
XYZ 21.67 26.84 6.32 -
YUV 133.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 139 148 43 0.06 0 0.71 0.42 65.14 0.55 0.37
Hex 8B 94 2B 6 0 47 2A 41 37 25
Octal 213 224 53 6 0 107 52 101 67 45
Binary 10001011 10010100 101011 110 0 1000111 101010 1000001 110111 100101

Color Harmonies of #8B942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B942B

Black with #8B942B

Text Example


Text Example

White with #8B942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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