Html Css Color HEX #8CB25E Chelsea Cucumber

📋 copy color: '#8CB25E'

red 140 ◦ green 178 ◦ blue 94

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

Shades of Chelsea Cucumber #8CB25E

Tints of Chelsea Cucumber #8CB25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 33.98%
G = 43.2%
B = 22.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#8CB25E (or 0x8CB25E) is known color: Chelsea Cucumber. HEX triplet: 8C, B2 and 5E. RGB value is (140,178,94). Sum of RGB (Red+Green+Blue) = 140+178+94=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB25E is #734DA1. Grayscale: #9D9D9D. Windows color (decimal): -7556514 or 6206092. OLE color: 6206092.

HSL color Cylindrical-coordinate representation of color #8CB25E: hue angle of 87.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CB25E is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 94 -
CMYK 0.21 0 0.47 0.30
HSL 87.14º 0.35% 0.53% -
HSV(B) 87.14º 0.47% 0.7% -
XYZ 28.76 38.22 16.45 -
YUV 157.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 140 178 94 0.21 0 0.47 0.30 87.14 0.35 0.53
Hex 8C B2 5E 15 0 2F 1E 57 23 35
Octal 214 262 136 25 0 57 36 127 43 65
Binary 10001100 10110010 1011110 10101 0 101111 11110 1010111 100011 110101

Color Harmonies of #8CB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB25E

Black with #8CB25E

Text Example


Text Example

White with #8CB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,94); }

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

background-color css

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

 a { background-color: rgb(140,178,94); }

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

border-color css

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

 span { border-color: rgb(140,178,94); }

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