Html Css Color HEX #94B54D Chelsea Cucumber

📋 copy color: '#94B54D'

red 148 ◦ green 181 ◦ blue 77

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

Shades of Chelsea Cucumber #94B54D

Tints of Chelsea Cucumber #94B54D

RGB

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

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

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

R = 36.45%
G = 44.58%
B = 18.97%

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

#94B54D (or 0x94B54D) is known color: Chelsea Cucumber. HEX triplet: 94, B5 and 4D. RGB value is (148,181,77). Sum of RGB (Red+Green+Blue) = 148+181+77=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #94B54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B54D is #6B4AB2. Grayscale: #9F9F9F. Windows color (decimal): -7031475 or 5092756. OLE color: 5092756.

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

Color convert

RGB 148 181 77 -
CMYK 0.18 0 0.57 0.29
HSL 79.04º 0.41% 0.51% -
HSV(B) 79.04º 0.57% 0.71% -
XYZ 30.08 39.88 13.13 -
YUV 159.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 148 181 77 0.18 0 0.57 0.29 79.04 0.41 0.51
Hex 94 B5 4D 12 0 39 1D 4F 29 33
Octal 224 265 115 22 0 71 35 117 51 63
Binary 10010100 10110101 1001101 10010 0 111001 11101 1001111 101001 110011

Color Harmonies of #94B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B54D

Black with #94B54D

Text Example


Text Example

White with #94B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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