Html Css Color HEX #94BA5D Chelsea Cucumber

📋 copy color: '#94BA5D'

red 148 ◦ green 186 ◦ blue 93

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

Shades of Chelsea Cucumber #94BA5D

Tints of Chelsea Cucumber #94BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

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

R = 34.66%
G = 43.56%
B = 21.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#94BA5D (or 0x94BA5D) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 5D. RGB value is (148,186,93). Sum of RGB (Red+Green+Blue) = 148+186+93=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA5D is #6B45A2. Grayscale: #A4A4A4. Windows color (decimal): -7030179 or 6142612. OLE color: 6142612.

HSL color Cylindrical-coordinate representation of color #94BA5D: hue angle of 84.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94BA5D is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 93 -
CMYK 0.20 0 0.5 0.27
HSL 84.52º 0.4% 0.55% -
HSV(B) 84.52º 0.5% 0.73% -
XYZ 31.75 42.2 16.83 -
YUV 164.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 148 186 93 0.20 0 0.5 0.27 84.52 0.4 0.55
Hex 94 BA 5D 14 0 32 1B 55 28 37
Octal 224 272 135 24 0 62 33 125 50 67
Binary 10010100 10111010 1011101 10100 0 110010 11011 1010101 101000 110111

Color Harmonies of #94BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA5D

Black with #94BA5D

Text Example


Text Example

White with #94BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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