Html Css Color HEX #8CBC05 Citrus

📋 copy color: '#8CBC05'

red 140 ◦ green 188 ◦ blue 5

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

Shades of Citrus #8CBC05

Tints of Citrus #8CBC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 42.04%
G = 56.46%
B = 1.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#8CBC05 (or 0x8CBC05) is known color: Citrus. HEX triplet: 8C, BC and 05. RGB value is (140,188,5). Sum of RGB (Red+Green+Blue) = 140+188+5=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC05 is #7343FA. Grayscale: #999999. Windows color (decimal): -7554043 or 375948. OLE color: 375948.

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

Color convert

RGB 140 188 5 -
CMYK 0.26 0 0.97 0.26
HSL 75.74º 0.95% 0.38% -
HSV(B) 75.74º 0.97% 0.74% -
XYZ 28.83 41.55 6.64 -
YUV 152.79 44.6 118.88 -
System Red Green Blue C M Y K H S L
Decimal 140 188 5 0.26 0 0.97 0.26 75.74 0.95 0.38
Hex 8C BC 5 1A 0 61 1A 4C 5F 26
Octal 214 274 5 32 0 141 32 114 137 46
Binary 10001100 10111100 101 11010 0 1100001 11010 1001100 1011111 100110

Color Harmonies of #8CBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC05

Black with #8CBC05

Text Example


Text Example

White with #8CBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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