Html Css Color HEX #8CB600 Citrus

📋 copy color: '#8CB600'

red 140 ◦ green 182 ◦ blue 0

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

Shades of Citrus #8CB600

Tints of Citrus #8CB600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.48%
G = 56.52%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#8CB600 (or 0x8CB600) is known color: Citrus. HEX triplet: 8C, B6 and 00. RGB value is (140,182,0). Sum of RGB (Red+Green+Blue) = 140+182+0=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB600 is #7349FF. Grayscale: #959595. Windows color (decimal): -7555584 or 46732. OLE color: 46732.

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

Color convert

RGB 140 182 0 -
CMYK 0.23 0 1 0.29
HSL 73.85º 1% 0.36% -
HSV(B) 73.85º 1% 0.71% -
XYZ 27.54 39.03 6.08 -
YUV 148.69 44.09 121.8 -
System Red Green Blue C M Y K H S L
Decimal 140 182 0 0.23 0 1 0.29 73.85 1 0.36
Hex 8C B6 0 17 0 64 1D 4A 64 24
Octal 214 266 0 27 0 144 35 112 144 44
Binary 10001100 10110110 0 10111 0 1100100 11101 1001010 1100100 100100

Color Harmonies of #8CB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB600

Black with #8CB600

Text Example


Text Example

White with #8CB600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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