Html Css Color HEX #94BC5D Chelsea Cucumber

📋 copy color: '#94BC5D'

red 148 ◦ green 188 ◦ blue 93

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

Shades of Chelsea Cucumber #94BC5D

Tints of Chelsea Cucumber #94BC5D

RGB

 RED value IS 148 (58.2% from 255) = 34.5%

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

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 34.5%
G = 43.82%
B = 21.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#94BC5D (or 0x94BC5D) is known color: Chelsea Cucumber. HEX triplet: 94, BC and 5D. RGB value is (148,188,93). Sum of RGB (Red+Green+Blue) = 148+188+93=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC5D is #6B43A2. Grayscale: #A5A5A5. Windows color (decimal): -7029667 or 6143124. OLE color: 6143124.

HSL color Cylindrical-coordinate representation of color #94BC5D: hue angle of 85.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94BC5D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 93 -
CMYK 0.21 0 0.51 0.26
HSL 85.26º 0.41% 0.55% -
HSV(B) 85.26º 0.51% 0.74% -
XYZ 32.17 43.05 16.97 -
YUV 165.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 148 188 93 0.21 0 0.51 0.26 85.26 0.41 0.55
Hex 94 BC 5D 15 0 33 1A 55 29 37
Octal 224 274 135 25 0 63 32 125 51 67
Binary 10010100 10111100 1011101 10101 0 110011 11010 1010101 101001 110111

Color Harmonies of #94BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC5D

Black with #94BC5D

Text Example


Text Example

White with #94BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC5D; }

 p { color: rgb(148,188,93); }

 H1.HeaderClassName
 {
   color: #94BC5D;
 }
 .AnyTagClassName
 {
   color: #94BC5D;
 }
</style>

background-color css

<style>
 a { background-color: #94BC5D; }

 a { background-color: rgb(148,188,93); }

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

border-color css

<style>
 span { border-color: #94BC5D; }

 span { border-color: rgb(148,188,93); }

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