Html Css Color HEX #94B64F Chelsea Cucumber

📋 copy color: '#94B64F'

red 148 ◦ green 182 ◦ blue 79

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

Shades of Chelsea Cucumber #94B64F

Tints of Chelsea Cucumber #94B64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

 BLUE value IS 79 (31.25% from 255) = 19.32%

R = 36.19%
G = 44.5%
B = 19.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#94B64F (or 0x94B64F) is known color: Chelsea Cucumber. HEX triplet: 94, B6 and 4F. RGB value is (148,182,79). Sum of RGB (Red+Green+Blue) = 148+182+79=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #94B64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B64F is #6B49B0. Grayscale: #A0A0A0. Windows color (decimal): -7031217 or 5224084. OLE color: 5224084.

HSL color Cylindrical-coordinate representation of color #94B64F: hue angle of 79.81º 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 #94B64F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 79 -
CMYK 0.19 0 0.57 0.29
HSL 79.81º 0.41% 0.51% -
HSV(B) 79.81º 0.57% 0.71% -
XYZ 30.35 40.32 13.58 -
YUV 160.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 148 182 79 0.19 0 0.57 0.29 79.81 0.41 0.51
Hex 94 B6 4F 13 0 39 1D 50 29 33
Octal 224 266 117 23 0 71 35 120 51 63
Binary 10010100 10110110 1001111 10011 0 111001 11101 1010000 101001 110011

Color Harmonies of #94B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B64F

Black with #94B64F

Text Example


Text Example

White with #94B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,182,79); }

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

background-color css

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

 a { background-color: rgb(148,182,79); }

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

border-color css

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

 span { border-color: rgb(148,182,79); }

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