Html Css Color HEX #8C9423 Citron

📋 copy color: '#8C9423'

red 140 ◦ green 148 ◦ blue 35

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

Shades of Citron #8C9423

Tints of Citron #8C9423

RGB

 RED value IS 140 (55.08% from 255) = 43.34%

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

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 43.34%
G = 45.82%
B = 10.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#8C9423 (or 0x8C9423) is known color: Citron. HEX triplet: 8C, 94 and 23. RGB value is (140,148,35). Sum of RGB (Red+Green+Blue) = 140+148+35=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9423 is #736BDC. Grayscale: #858585. Windows color (decimal): -7564253 or 2331788. OLE color: 2331788.

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

Color convert

RGB 140 148 35 -
CMYK 0.05 0 0.76 0.42
HSL 64.25º 0.62% 0.36% -
HSV(B) 64.25º 0.76% 0.58% -
XYZ 21.71 26.88 5.63 -
YUV 132.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 140 148 35 0.05 0 0.76 0.42 64.25 0.62 0.36
Hex 8C 94 23 5 0 4C 2A 40 3E 24
Octal 214 224 43 5 0 114 52 100 76 44
Binary 10001100 10010100 100011 101 0 1001100 101010 1000000 111110 100100

Color Harmonies of #8C9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9423

Black with #8C9423

Text Example


Text Example

White with #8C9423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,35); }

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

background-color css

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

 a { background-color: rgb(140,148,35); }

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

border-color css

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

 span { border-color: rgb(140,148,35); }

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