Html Css Color HEX #94BC50 Chelsea Cucumber

📋 copy color: '#94BC50'

red 148 ◦ green 188 ◦ blue 80

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

Shades of Chelsea Cucumber #94BC50

Tints of Chelsea Cucumber #94BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 35.58%
G = 45.19%
B = 19.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#94BC50 (or 0x94BC50) is known color: Chelsea Cucumber. HEX triplet: 94, BC and 50. RGB value is (148,188,80). Sum of RGB (Red+Green+Blue) = 148+188+80=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC50 is #6B43AF. Grayscale: #A4A4A4. Windows color (decimal): -7029680 or 5291156. OLE color: 5291156.

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

Color convert

RGB 148 188 80 -
CMYK 0.21 0 0.57 0.26
HSL 82.22º 0.45% 0.53% -
HSV(B) 82.22º 0.57% 0.74% -
XYZ 31.64 42.84 14.19 -
YUV 163.73 80.75 116.78 -
System Red Green Blue C M Y K H S L
Decimal 148 188 80 0.21 0 0.57 0.26 82.22 0.45 0.53
Hex 94 BC 50 15 0 39 1A 52 2D 35
Octal 224 274 120 25 0 71 32 122 55 65
Binary 10010100 10111100 1010000 10101 0 111001 11010 1010010 101101 110101

Color Harmonies of #94BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC50

Black with #94BC50

Text Example


Text Example

White with #94BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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