Html Css Color HEX #8CB60E Citrus

📋 copy color: '#8CB60E'

red 140 ◦ green 182 ◦ blue 14

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

Shades of Citrus #8CB60E

Tints of Citrus #8CB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

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

R = 41.67%
G = 54.17%
B = 4.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#8CB60E (or 0x8CB60E) is known color: Citrus. HEX triplet: 8C, B6 and 0E. RGB value is (140,182,14). Sum of RGB (Red+Green+Blue) = 140+182+14=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB60E is #7349F1. Grayscale: #969696. Windows color (decimal): -7555570 or 964236. OLE color: 964236.

HSL color Cylindrical-coordinate representation of color #8CB60E: hue angle of 75º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CB60E is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 182 14 -
CMYK 0.23 0 0.92 0.29
HSL 75º 0.86% 0.38% -
HSV(B) 75º 0.92% 0.71% -
XYZ 27.62 39.06 6.5 -
YUV 150.29 51.09 120.66 -
System Red Green Blue C M Y K H S L
Decimal 140 182 14 0.23 0 0.92 0.29 75 0.86 0.38
Hex 8C B6 E 17 0 5C 1D 4B 56 26
Octal 214 266 16 27 0 134 35 113 126 46
Binary 10001100 10110110 1110 10111 0 1011100 11101 1001011 1010110 100110

Color Harmonies of #8CB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB60E

Black with #8CB60E

Text Example


Text Example

White with #8CB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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