Html Css Color HEX #8CBC10 Citrus

📋 copy color: '#8CBC10'

red 140 ◦ green 188 ◦ blue 16

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

Shades of Citrus #8CBC10

Tints of Citrus #8CBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 40.7%
G = 54.65%
B = 4.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#8CBC10 (or 0x8CBC10) is known color: Citrus. HEX triplet: 8C, BC and 10. RGB value is (140,188,16). Sum of RGB (Red+Green+Blue) = 140+188+16=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC10 is #7343EF. Grayscale: #9A9A9A. Windows color (decimal): -7554032 or 1096844. OLE color: 1096844.

HSL color Cylindrical-coordinate representation of color #8CBC10: hue angle of 76.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CBC10 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 16 -
CMYK 0.26 0 0.91 0.26
HSL 76.74º 0.84% 0.4% -
HSV(B) 76.74º 0.91% 0.74% -
XYZ 28.89 41.58 6.99 -
YUV 154.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 140 188 16 0.26 0 0.91 0.26 76.74 0.84 0.4
Hex 8C BC 10 1A 0 5B 1A 4D 54 28
Octal 214 274 20 32 0 133 32 115 124 50
Binary 10001100 10111100 10000 11010 0 1011011 11010 1001101 1010100 101000

Color Harmonies of #8CBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC10

Black with #8CBC10

Text Example


Text Example

White with #8CBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,16); }

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

background-color css

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

 a { background-color: rgb(140,188,16); }

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

border-color css

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

 span { border-color: rgb(140,188,16); }

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