Html Css Color HEX #94BA54 Chelsea Cucumber

📋 copy color: '#94BA54'

red 148 ◦ green 186 ◦ blue 84

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

Shades of Chelsea Cucumber #94BA54

Tints of Chelsea Cucumber #94BA54

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 35.41%
G = 44.5%
B = 20.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#94BA54 (or 0x94BA54) is known color: Chelsea Cucumber. HEX triplet: 94, BA and 54. RGB value is (148,186,84). Sum of RGB (Red+Green+Blue) = 148+186+84=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA54 is #6B45AB. Grayscale: #A3A3A3. Windows color (decimal): -7030188 or 5552788. OLE color: 5552788.

HSL color Cylindrical-coordinate representation of color #94BA54: hue angle of 82.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94BA54 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 186 84 -
CMYK 0.20 0 0.55 0.27
HSL 82.35º 0.43% 0.53% -
HSV(B) 82.35º 0.55% 0.73% -
XYZ 31.37 42.05 14.85 -
YUV 163.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 148 186 84 0.20 0 0.55 0.27 82.35 0.43 0.53
Hex 94 BA 54 14 0 37 1B 52 2A 35
Octal 224 272 124 24 0 67 33 122 52 65
Binary 10010100 10111010 1010100 10100 0 110111 11011 1010010 101010 110101

Color Harmonies of #94BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BA54

Black with #94BA54

Text Example


Text Example

White with #94BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,186,84); }

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

background-color css

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

 a { background-color: rgb(148,186,84); }

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

border-color css

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

 span { border-color: rgb(148,186,84); }

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