Html Css Color HEX #8CBC0F Citrus

📋 copy color: '#8CBC0F'

red 140 ◦ green 188 ◦ blue 15

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

Shades of Citrus #8CBC0F

Tints of Citrus #8CBC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 40.82%
G = 54.81%
B = 4.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#8CBC0F (or 0x8CBC0F) is known color: Citrus. HEX triplet: 8C, BC and 0F. RGB value is (140,188,15). Sum of RGB (Red+Green+Blue) = 140+188+15=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC0F is #7343F0. Grayscale: #9A9A9A. Windows color (decimal): -7554033 or 1031308. OLE color: 1031308.

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

Color convert

RGB 140 188 15 -
CMYK 0.26 0 0.92 0.26
HSL 76.65º 0.85% 0.4% -
HSV(B) 76.65º 0.92% 0.74% -
XYZ 28.88 41.58 6.95 -
YUV 153.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 140 188 15 0.26 0 0.92 0.26 76.65 0.85 0.4
Hex 8C BC F 1A 0 5C 1A 4D 55 28
Octal 214 274 17 32 0 134 32 115 125 50
Binary 10001100 10111100 1111 11010 0 1011100 11010 1001101 1010101 101000

Color Harmonies of #8CBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC0F

Black with #8CBC0F

Text Example


Text Example

White with #8CBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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