Html Css Color HEX #8CB80E Citrus

📋 copy color: '#8CB80E'

red 140 ◦ green 184 ◦ blue 14

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

Shades of Citrus #8CB80E

Tints of Citrus #8CB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 41.42%
G = 54.44%
B = 4.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#8CB80E (or 0x8CB80E) is known color: Citrus. HEX triplet: 8C, B8 and 0E. RGB value is (140,184,14). Sum of RGB (Red+Green+Blue) = 140+184+14=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB80E is #7347F1. Grayscale: #989898. Windows color (decimal): -7555058 or 964748. OLE color: 964748.

HSL color Cylindrical-coordinate representation of color #8CB80E: hue angle of 75.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB80E is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 14 -
CMYK 0.24 0 0.92 0.28
HSL 75.53º 0.86% 0.39% -
HSV(B) 75.53º 0.92% 0.72% -
XYZ 28.03 39.89 6.64 -
YUV 151.46 50.42 119.82 -
System Red Green Blue C M Y K H S L
Decimal 140 184 14 0.24 0 0.92 0.28 75.53 0.86 0.39
Hex 8C B8 E 18 0 5C 1C 4C 56 27
Octal 214 270 16 30 0 134 34 114 126 47
Binary 10001100 10111000 1110 11000 0 1011100 11100 1001100 1010110 100111

Color Harmonies of #8CB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB80E

Black with #8CB80E

Text Example


Text Example

White with #8CB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,14); }

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

background-color css

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

 a { background-color: rgb(140,184,14); }

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

border-color css

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

 span { border-color: rgb(140,184,14); }

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