Html Css Color HEX #94B84D Chelsea Cucumber

📋 copy color: '#94B84D'

red 148 ◦ green 184 ◦ blue 77

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

Shades of Chelsea Cucumber #94B84D

Tints of Chelsea Cucumber #94B84D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

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

R = 36.19%
G = 44.99%
B = 18.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#94B84D (or 0x94B84D) is known color: Chelsea Cucumber. HEX triplet: 94, B8 and 4D. RGB value is (148,184,77). Sum of RGB (Red+Green+Blue) = 148+184+77=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #94B84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B84D is #6B47B2. Grayscale: #A1A1A1. Windows color (decimal): -7030707 or 5093524. OLE color: 5093524.

HSL color Cylindrical-coordinate representation of color #94B84D: hue angle of 80.19º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94B84D is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 77 -
CMYK 0.20 0 0.58 0.28
HSL 80.19º 0.43% 0.51% -
HSV(B) 80.19º 0.58% 0.72% -
XYZ 30.69 41.11 13.34 -
YUV 161.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 148 184 77 0.20 0 0.58 0.28 80.19 0.43 0.51
Hex 94 B8 4D 14 0 3A 1C 50 2B 33
Octal 224 270 115 24 0 72 34 120 53 63
Binary 10010100 10111000 1001101 10100 0 111010 11100 1010000 101011 110011

Color Harmonies of #94B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B84D

Black with #94B84D

Text Example


Text Example

White with #94B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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