Html Css Color HEX #94B44D Chelsea Cucumber

📋 copy color: '#94B44D'

red 148 ◦ green 180 ◦ blue 77

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

Shades of Chelsea Cucumber #94B44D

Tints of Chelsea Cucumber #94B44D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 36.54%
G = 44.44%
B = 19.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#94B44D (or 0x94B44D) is known color: Chelsea Cucumber. HEX triplet: 94, B4 and 4D. RGB value is (148,180,77). Sum of RGB (Red+Green+Blue) = 148+180+77=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #94B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B44D is #6B4BB2. Grayscale: #9F9F9F. Windows color (decimal): -7031731 or 5092500. OLE color: 5092500.

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

Color convert

RGB 148 180 77 -
CMYK 0.18 0 0.57 0.29
HSL 78.64º 0.41% 0.5% -
HSV(B) 78.64º 0.57% 0.71% -
XYZ 29.87 39.47 13.07 -
YUV 158.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 148 180 77 0.18 0 0.57 0.29 78.64 0.41 0.5
Hex 94 B4 4D 12 0 39 1D 4F 29 32
Octal 224 264 115 22 0 71 35 117 51 62
Binary 10010100 10110100 1001101 10010 0 111001 11101 1001111 101001 110010

Color Harmonies of #94B44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B44D

Black with #94B44D

Text Example


Text Example

White with #94B44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,180,77); }

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

background-color css

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

 a { background-color: rgb(148,180,77); }

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

border-color css

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

 span { border-color: rgb(148,180,77); }

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