Html Css Color HEX #94B653 Chelsea Cucumber

📋 copy color: '#94B653'

red 148 ◦ green 182 ◦ blue 83

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

Shades of Chelsea Cucumber #94B653

Tints of Chelsea Cucumber #94B653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.1%

R = 35.84%
G = 44.07%
B = 20.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#94B653 (or 0x94B653) is known color: Chelsea Cucumber. HEX triplet: 94, B6 and 53. RGB value is (148,182,83). Sum of RGB (Red+Green+Blue) = 148+182+83=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #94B653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B653 is #6B49AC. Grayscale: #A0A0A0. Windows color (decimal): -7031213 or 5486228. OLE color: 5486228.

HSL color Cylindrical-coordinate representation of color #94B653: hue angle of 80.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94B653 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 83 -
CMYK 0.19 0 0.54 0.29
HSL 80.61º 0.4% 0.52% -
HSV(B) 80.61º 0.54% 0.71% -
XYZ 30.5 40.38 14.37 -
YUV 160.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 148 182 83 0.19 0 0.54 0.29 80.61 0.4 0.52
Hex 94 B6 53 13 0 36 1D 51 28 34
Octal 224 266 123 23 0 66 35 121 50 64
Binary 10010100 10110110 1010011 10011 0 110110 11101 1010001 101000 110100

Color Harmonies of #94B653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B653

Black with #94B653

Text Example


Text Example

White with #94B653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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