Html Css Color HEX #8CB310 Citrus

📋 copy color: '#8CB310'

red 140 ◦ green 179 ◦ blue 16

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

Shades of Citrus #8CB310

Tints of Citrus #8CB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.43%

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

R = 41.79%
G = 53.43%
B = 4.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#8CB310 (or 0x8CB310) is known color: Citrus. HEX triplet: 8C, B3 and 10. RGB value is (140,179,16). Sum of RGB (Red+Green+Blue) = 140+179+16=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB310 is #734CEF. Grayscale: #959595. Windows color (decimal): -7556336 or 1094540. OLE color: 1094540.

HSL color Cylindrical-coordinate representation of color #8CB310: hue angle of 74.36º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CB310 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 16 -
CMYK 0.22 0 0.91 0.30
HSL 74.36º 0.84% 0.38% -
HSV(B) 74.36º 0.91% 0.7% -
XYZ 27.03 37.85 6.37 -
YUV 148.76 53.08 121.75 -
System Red Green Blue C M Y K H S L
Decimal 140 179 16 0.22 0 0.91 0.30 74.36 0.84 0.38
Hex 8C B3 10 16 0 5B 1E 4A 54 26
Octal 214 263 20 26 0 133 36 112 124 46
Binary 10001100 10110011 10000 10110 0 1011011 11110 1001010 1010100 100110

Color Harmonies of #8CB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB310

Black with #8CB310

Text Example


Text Example

White with #8CB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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