Html Css Color HEX #8DB94B Chelsea Cucumber

📋 copy color: '#8DB94B'

red 141 ◦ green 185 ◦ blue 75

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

Shades of Chelsea Cucumber #8DB94B

Tints of Chelsea Cucumber #8DB94B

RGB

 RED value IS 141 (55.47% from 255) = 35.16%

 GREEN value IS 185 (72.66% from 255) = 46.13%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 35.16%
G = 46.13%
B = 18.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#8DB94B (or 0x8DB94B) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 4B. RGB value is (141,185,75). Sum of RGB (Red+Green+Blue) = 141+185+75=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB94B is #7246B4. Grayscale: #9F9F9F. Windows color (decimal): -7489205 or 4962701. OLE color: 4962701.

HSL color Cylindrical-coordinate representation of color #8DB94B: hue angle of 84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB94B is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 75 -
CMYK 0.24 0 0.59 0.27
HSL 84º 0.44% 0.51% -
HSV(B) 84º 0.59% 0.73% -
XYZ 29.6 40.87 12.98 -
YUV 159.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 141 185 75 0.24 0 0.59 0.27 84 0.44 0.51
Hex 8D B9 4B 18 0 3B 1B 54 2C 33
Octal 215 271 113 30 0 73 33 124 54 63
Binary 10001101 10111001 1001011 11000 0 111011 11011 1010100 101100 110011

Color Harmonies of #8DB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB94B

Black with #8DB94B

Text Example


Text Example

White with #8DB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,75); }

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

background-color css

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

 a { background-color: rgb(141,185,75); }

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

border-color css

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

 span { border-color: rgb(141,185,75); }

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