Html Css Color HEX #8CB510 Citrus

📋 copy color: '#8CB510'

red 140 ◦ green 181 ◦ blue 16

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

Shades of Citrus #8CB510

Tints of Citrus #8CB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.71%

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

R = 41.54%
G = 53.71%
B = 4.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#8CB510 (or 0x8CB510) is known color: Citrus. HEX triplet: 8C, B5 and 10. RGB value is (140,181,16). Sum of RGB (Red+Green+Blue) = 140+181+16=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB510 is #734AEF. Grayscale: #969696. Windows color (decimal): -7555824 or 1095052. OLE color: 1095052.

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

Color convert

RGB 140 181 16 -
CMYK 0.23 0 0.91 0.29
HSL 74.91º 0.84% 0.39% -
HSV(B) 74.91º 0.91% 0.71% -
XYZ 27.43 38.66 6.51 -
YUV 149.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 140 181 16 0.23 0 0.91 0.29 74.91 0.84 0.39
Hex 8C B5 10 17 0 5B 1D 4B 54 27
Octal 214 265 20 27 0 133 35 113 124 47
Binary 10001100 10110101 10000 10111 0 1011011 11101 1001011 1010100 100111

Color Harmonies of #8CB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB510

Black with #8CB510

Text Example


Text Example

White with #8CB510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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