Html Css Color HEX #94BA5E Chelsea Cucumber

📋 copy color: '#94BA5E'

red 148 ◦ green 186 ◦ blue 94

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

Shades of Chelsea Cucumber #94BA5E

Tints of Chelsea Cucumber #94BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 34.58%
G = 43.46%
B = 21.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#94BA5E (or 0x94BA5E) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 5E. RGB value is (148,186,94). Sum of RGB (Red+Green+Blue) = 148+186+94=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA5E is #6B45A1. Grayscale: #A4A4A4. Windows color (decimal): -7030178 or 6208148. OLE color: 6208148.

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

Color convert

RGB 148 186 94 -
CMYK 0.20 0 0.49 0.27
HSL 84.78º 0.4% 0.55% -
HSV(B) 84.78º 0.49% 0.73% -
XYZ 31.79 42.22 17.06 -
YUV 164.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 148 186 94 0.20 0 0.49 0.27 84.78 0.4 0.55
Hex 94 BA 5E 14 0 31 1B 55 28 37
Octal 224 272 136 24 0 61 33 125 50 67
Binary 10010100 10111010 1011110 10100 0 110001 11011 1010101 101000 110111

Color Harmonies of #94BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA5E

Black with #94BA5E

Text Example


Text Example

White with #94BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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