Html Css Color HEX #94B55D Chelsea Cucumber

📋 copy color: '#94B55D'

red 148 ◦ green 181 ◦ blue 93

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

Shades of Chelsea Cucumber #94B55D

Tints of Chelsea Cucumber #94B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

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

R = 35.07%
G = 42.89%
B = 22.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#94B55D (or 0x94B55D) is known color: Chelsea Cucumber. HEX triplet: 94, B5 and 5D. RGB value is (148,181,93). Sum of RGB (Red+Green+Blue) = 148+181+93=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #94B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B55D is #6B4AA2. Grayscale: #A1A1A1. Windows color (decimal): -7031459 or 6141332. OLE color: 6141332.

HSL color Cylindrical-coordinate representation of color #94B55D: hue angle of 82.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94B55D is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 181 93 -
CMYK 0.18 0 0.49 0.29
HSL 82.5º 0.37% 0.54% -
HSV(B) 82.5º 0.49% 0.71% -
XYZ 30.71 40.13 16.48 -
YUV 161.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 148 181 93 0.18 0 0.49 0.29 82.5 0.37 0.54
Hex 94 B5 5D 12 0 31 1D 52 25 36
Octal 224 265 135 22 0 61 35 122 45 66
Binary 10010100 10110101 1011101 10010 0 110001 11101 1010010 100101 110110

Color Harmonies of #94B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B55D

Black with #94B55D

Text Example


Text Example

White with #94B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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