Html Css Color HEX #94B953 Chelsea Cucumber

📋 copy color: '#94B953'

red 148 ◦ green 185 ◦ blue 83

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

Shades of Chelsea Cucumber #94B953

Tints of Chelsea Cucumber #94B953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.47%

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

R = 35.58%
G = 44.47%
B = 19.95%

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

#94B953 (or 0x94B953) is known color: Chelsea Cucumber. HEX triplet: 94, B9 and 53. RGB value is (148,185,83). Sum of RGB (Red+Green+Blue) = 148+185+83=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #94B953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B953 is #6B46AC. Grayscale: #A2A2A2. Windows color (decimal): -7030445 or 5486996. OLE color: 5486996.

HSL color Cylindrical-coordinate representation of color #94B953: hue angle of 81.76º degrees, saturation: 0.42, 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 #94B953 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 185 83 -
CMYK 0.20 0 0.55 0.27
HSL 81.76º 0.42% 0.53% -
HSV(B) 81.76º 0.55% 0.73% -
XYZ 31.12 41.62 14.58 -
YUV 162.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 148 185 83 0.20 0 0.55 0.27 81.76 0.42 0.53
Hex 94 B9 53 14 0 37 1B 52 2A 35
Octal 224 271 123 24 0 67 33 122 52 65
Binary 10010100 10111001 1010011 10100 0 110111 11011 1010010 101010 110101

Color Harmonies of #94B953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B953

Black with #94B953

Text Example


Text Example

White with #94B953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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