Html Css Color HEX #8CBC13 Citrus

📋 copy color: '#8CBC13'

red 140 ◦ green 188 ◦ blue 19

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

Shades of Citrus #8CBC13

Tints of Citrus #8CBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 40.35%
G = 54.18%
B = 5.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#8CBC13 (or 0x8CBC13) is known color: Citrus. HEX triplet: 8C, BC and 13. RGB value is (140,188,19). Sum of RGB (Red+Green+Blue) = 140+188+19=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC13 is #7343EC. Grayscale: #9B9B9B. Windows color (decimal): -7554029 or 1293452. OLE color: 1293452.

HSL color Cylindrical-coordinate representation of color #8CBC13: hue angle of 77.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CBC13 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 19 -
CMYK 0.26 0 0.90 0.26
HSL 77.04º 0.82% 0.41% -
HSV(B) 77.04º 0.9% 0.74% -
XYZ 28.92 41.59 7.12 -
YUV 154.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 140 188 19 0.26 0 0.90 0.26 77.04 0.82 0.41
Hex 8C BC 13 1A 0 5A 1A 4D 52 29
Octal 214 274 23 32 0 132 32 115 122 51
Binary 10001100 10111100 10011 11010 0 1011010 11010 1001101 1010010 101001

Color Harmonies of #8CBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC13

Black with #8CBC13

Text Example


Text Example

White with #8CBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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