Html Css Color HEX #94BC53 Chelsea Cucumber

📋 copy color: '#94BC53'

red 148 ◦ green 188 ◦ blue 83

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

Shades of Chelsea Cucumber #94BC53

Tints of Chelsea Cucumber #94BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 35.32%
G = 44.87%
B = 19.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#94BC53 (or 0x94BC53) is known color: Chelsea Cucumber. HEX triplet: 94, BC and 53. RGB value is (148,188,83). Sum of RGB (Red+Green+Blue) = 148+188+83=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC53 is #6B43AC. Grayscale: #A4A4A4. Windows color (decimal): -7029677 or 5487764. OLE color: 5487764.

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

Color convert

RGB 148 188 83 -
CMYK 0.21 0 0.56 0.26
HSL 82.86º 0.44% 0.53% -
HSV(B) 82.86º 0.56% 0.74% -
XYZ 31.76 42.89 14.79 -
YUV 164.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 148 188 83 0.21 0 0.56 0.26 82.86 0.44 0.53
Hex 94 BC 53 15 0 38 1A 53 2C 35
Octal 224 274 123 25 0 70 32 123 54 65
Binary 10010100 10111100 1010011 10101 0 111000 11010 1010011 101100 110101

Color Harmonies of #94BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC53

Black with #94BC53

Text Example


Text Example

White with #94BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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