Html Css Color HEX #94B84A Chelsea Cucumber

📋 copy color: '#94B84A'

red 148 ◦ green 184 ◦ blue 74

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

Shades of Chelsea Cucumber #94B84A

Tints of Chelsea Cucumber #94B84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 36.45%
G = 45.32%
B = 18.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#94B84A (or 0x94B84A) is known color: Chelsea Cucumber. HEX triplet: 94, B8 and 4A. RGB value is (148,184,74). Sum of RGB (Red+Green+Blue) = 148+184+74=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #94B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B84A is #6B47B5. Grayscale: #A1A1A1. Windows color (decimal): -7030710 or 4896916. OLE color: 4896916.

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

Color convert

RGB 148 184 74 -
CMYK 0.20 0 0.60 0.28
HSL 79.64º 0.44% 0.51% -
HSV(B) 79.64º 0.6% 0.72% -
XYZ 30.59 41.07 12.79 -
YUV 160.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 148 184 74 0.20 0 0.60 0.28 79.64 0.44 0.51
Hex 94 B8 4A 14 0 3C 1C 50 2C 33
Octal 224 270 112 24 0 74 34 120 54 63
Binary 10010100 10111000 1001010 10100 0 111100 11100 1010000 101100 110011

Color Harmonies of #94B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B84A

Black with #94B84A

Text Example


Text Example

White with #94B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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